31b1867798
The dispatch function of FindbarDispatcher class is called when Ctrl+f is pressed. This function makes Toolbar visible and takes focus to TextField. So expand this function to insert the selected text to TextField at the same time. With dynamic_cast convert Window pointer, which point to the TextField and call TextField's new function: SetTextToSelected_Impl(), which makes the mentioned insertion. Plus make a little cleanup. Replace one string, which is defined by a macro. Change-Id: I2a8a3b10a016f5b28ea58fa3e63a3f31c9a816bf |
||
---|---|---|
.. | ||
doc | ||
inc | ||
prj | ||
qa/unoapi | ||
sdi | ||
source | ||
util | ||
workben | ||
xml | ||
AllLangResTarget_gal.mk | ||
AllLangResTarget_ofa.mk | ||
AllLangResTarget_svx.mk | ||
AllLangResTarget_textconversiondlgs.mk | ||
Executable_gengal.bin.mk | ||
JunitTest_svx_unoapi.mk | ||
Library_svx.mk | ||
Library_svxcore.mk | ||
Library_textconversiondlgs.mk | ||
Makefile | ||
Module_svx.mk | ||
Package_gengal.mk | ||
Package_globlmn_hrc.mk | ||
Package_inc.mk | ||
Package_sdi.mk | ||
README |
Contains graphics related helper code. Lots of the draw and impress code is in this shared library. xoutdev this is where a lot of wht work would happen to move to the canvas. svdraw transparent gradient stuff. Lots of the draw and impress code is in this shared library.