Home
last modified time | relevance | path

Searched refs:FontSizeBox (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1129 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 …]
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx442 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& );
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx185 FontSizeBox aStandardHeightLB;
189 FontSizeBox aTitleHeightLB;
193 FontSizeBox aListHeightLB;
197 FontSizeBox aLabelHeightLB;
201 FontSizeBox aIndexHeightLB;
241 DECL_LINK( ModifyHeightHdl, FontSizeBox * );
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx50 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()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx95 FontSizeBox maFontSizeBox;
178 DECL_LINK(FontSizeModifyHdl, FontSizeBox *);
179 DECL_LINK(FontSizeSelHdl, FontSizeBox *);
180 DECL_LINK(FontSizeLoseFocus, FontSizeBox *);
H A DTextPropertyPanel.cxx547 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
/trunk/main/cui/source/inc/
H A Dchardlg.hxx98 FontSizeBox* m_pWestFontSizeLB;
108 FontSizeBox* m_pEastFontSizeLB;
118 FontSizeBox* m_pCTLFontSizeLB;
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx581 …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()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1148 IMPL_LINK( SwStdFontTabPage, ModifyHeightHdl, FontSizeBox*, pBox ) in IMPL_LINK() argument
1180 FontSizeBox* pHeightLB = 0; in IMPL_LINK()
/trunk/main/svtools/workben/
H A Dsvdem.cxx123 FontSizeBox aSizeBox;

Completed in 78 milliseconds