Searched refs:FontSizeBox (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1129 FontSizeBox::FontSizeBox( Window* pParent, WinBits nWinSize ) : in FontSizeBox() function in FontSizeBox 1137 FontSizeBox::FontSizeBox( Window* pParent, const ResId& rResId ) : in FontSizeBox() function in FontSizeBox 1145 FontSizeBox::~FontSizeBox() in ~FontSizeBox() 1151 void FontSizeBox::ImplInit() in ImplInit() 1170 void FontSizeBox::Reformat() in Reformat() 1188 void FontSizeBox::Modify() in Modify() 1355 void FontSizeBox::SetRelative( sal_Bool bNewRelative ) in SetRelative() 1419 XubString FontSizeBox::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText() 1453 void FontSizeBox::SetValue( sal_Int64 nNewValue ) in SetValue() 1479 sal_Int64 FontSizeBox::GetValue( FieldUnit eOutUnit ) const in GetValue() [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 442 class SVT_DLLPUBLIC FontSizeBox : public MetricBox class 466 FontSizeBox( Window* pParent, WinBits nWinStyle = 0 ); 467 FontSizeBox( Window* pParent, const ResId& rResId ); 468 virtual ~FontSizeBox(); 496 FontSizeBox( const FontSizeBox& ); 497 FontSizeBox& operator =( const FontSizeBox& );
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | optpage.hxx | 185 FontSizeBox aStandardHeightLB; 189 FontSizeBox aTitleHeightLB; 193 FontSizeBox aListHeightLB; 197 FontSizeBox aLabelHeightLB; 201 FontSizeBox aIndexHeightLB; 241 DECL_LINK( ModifyHeightHdl, FontSizeBox * );
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 50 class SvxFontSizeBox_Impl : public FontSizeBox 89 FontSizeBox( _pParent, WinBits( WB_DROPDOWN ) ), in SvxFontSizeBox_Impl() 120 FontSizeBox::Select(); in Select() 225 return nHandled ? nHandled : FontSizeBox::Notify( rNEvt ); in Notify() 240 FontSizeBox::DataChanged( rDCEvt ); in DataChanged()
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.hxx | 95 FontSizeBox maFontSizeBox; 178 DECL_LINK(FontSizeModifyHdl, FontSizeBox *); 179 DECL_LINK(FontSizeSelHdl, FontSizeBox *); 180 DECL_LINK(FontSizeLoseFocus, FontSizeBox *);
|
H A D | TextPropertyPanel.cxx | 547 IMPL_LINK( TextPropertyPanel, FontSizeModifyHdl, FontSizeBox*, pSizeBox ) in IMPL_LINK() argument 564 IMPL_LINK( TextPropertyPanel, FontSizeSelHdl, FontSizeBox*, pSizeBox ) in IMPL_LINK() argument 580 IMPL_LINK(TextPropertyPanel, FontSizeLoseFocus, FontSizeBox*, pSizeBox) in IMPL_LINK() argument
|
/aoo4110/main/cui/source/inc/ |
H A D | chardlg.hxx | 98 FontSizeBox* m_pWestFontSizeLB; 108 FontSizeBox* m_pEastFontSizeLB; 118 FontSizeBox* m_pCTLFontSizeLB;
|
/aoo4110/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 581 …m_pWestFontSizeLB = new FontSizeBox( this, CUI_RES( bCJK ? LB_WEST_SIZE : LB_WEST_SIZE_NOCJK ) ); in SvxCharNamePage() 599 m_pEastFontSizeLB = new FontSizeBox( this, CUI_RES( LB_EAST_SIZE ) ); in SvxCharNamePage() 609 m_pCTLFontSizeLB = new FontSizeBox( this, CUI_RES( LB_CTL_SIZE ) ); in SvxCharNamePage() 810 const FontSizeBox* _pFontSizeLB, in calcFontInfo() 942 FontSizeBox* pSizeBox = NULL; in FillSizeBox_Impl() 977 FontSizeBox* pSizeBox = NULL; in Reset_Impl() 1195 FontSizeBox* pSizeBox = NULL; in FillItemSet_Impl() 1627 …void enableRelativeMode( SvxCharNamePage* _pPage, FontSizeBox* _pFontSizeLB, sal_uInt16 _nHeightWh… in enableRelativeMode()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1151 IMPL_LINK( SwStdFontTabPage, ModifyHeightHdl, FontSizeBox*, pBox ) in IMPL_LINK() argument 1183 FontSizeBox* pHeightLB = 0; in IMPL_LINK()
|
/aoo4110/main/svtools/workben/ |
H A D | svdem.cxx | 123 FontSizeBox aSizeBox;
|
Completed in 257 milliseconds