Searched refs:ValueSetWithTextControl (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 78 ValueSetWithTextControl::ValueSetWithTextControl( in ValueSetWithTextControl() function in svx::sidebar::ValueSetWithTextControl 90 ValueSetWithTextControl::~ValueSetWithTextControl(void) in ~ValueSetWithTextControl() 95 void ValueSetWithTextControl::AddItem( in AddItem() 121 void ValueSetWithTextControl::AddItem( in AddItem() 143 void ValueSetWithTextControl::ReplaceItemImages( in ReplaceItemImages() 166 void ValueSetWithTextControl::UserDraw( const UserDrawEvent& rUDEvt ) in UserDraw()
|
/aoo4110/main/svx/inc/svx/sidebar/ |
H A D | ValueSetWithTextControl.hxx | 57 class SVX_DLLPUBLIC ValueSetWithTextControl : public ValueSet class 69 ValueSetWithTextControl( 74 virtual ~ValueSetWithTextControl(void);
|
/aoo4110/main/sw/source/ui/sidebar/ |
H A D | PageOrientationControl.hxx | 28 class ValueSetWithTextControl; 47 ::svx::sidebar::ValueSetWithTextControl* mpOrientationValueSet;
|
H A D | PageColumnControl.hxx | 33 class ValueSetWithTextControl; 54 ::svx::sidebar::ValueSetWithTextControl* mpColumnValueSet;
|
H A D | PageSizeControl.hxx | 36 class ValueSetWithTextControl; 57 ::svx::sidebar::ValueSetWithTextControl* mpSizeValueSet;
|
H A D | PageMarginControl.hxx | 44 class ValueSetWithTextControl; 71 ::svx::sidebar::ValueSetWithTextControl* mpMarginValueSet;
|
H A D | PageOrientationControl.cxx | 39 … mpOrientationValueSet( new ::svx::sidebar::ValueSetWithTextControl( ::svx::sidebar::ValueSetWithT… in PageOrientationControl()
|
H A D | PageColumnControl.cxx | 43 …, mpColumnValueSet( new ::svx::sidebar::ValueSetWithTextControl( ::svx::sidebar::ValueSetWithTextC… in PageColumnControl()
|
H A D | PageSizeControl.cxx | 48 …, mpSizeValueSet( new ::svx::sidebar::ValueSetWithTextControl( ::svx::sidebar::ValueSetWithTextCon… in PageSizeControl()
|
H A D | PageMarginControl.cxx | 52 …, mpMarginValueSet( new ::svx::sidebar::ValueSetWithTextControl( ::svx::sidebar::ValueSetWithTextC… in PageMarginControl()
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingControl.hxx | 65 ValueSetWithTextControl maVSSpacing;
|
H A D | TextCharacterSpacingControl.cxx | 43 , maVSSpacing (ValueSetWithTextControl::IMAGE_TEXT,this, SVX_RES(VS_SPACING)) in TextCharacterSpacingControl()
|
/aoo4110/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingControl.hxx | 72 ValueSetWithTextControl maLineSpacing;
|
H A D | ParaLineSpacingControl.cxx | 64 maLineSpacing (ValueSetWithTextControl::IMAGE_TEXT,this, SVX_RES(LINE_SPACING)), in ParaLineSpacingControl()
|
/aoo4110/main/svx/ |
H A D | Library_svx.mk | 216 svx/source/sidebar/tools/ValueSetWithTextControl \
|
H A D | Package_inc.mk | 356 … gb_Package_add_file,svx_inc,inc/svx/sidebar/ValueSetWithTextControl.hxx,svx/sidebar/ValueSetWithT…
|
Completed in 44 milliseconds