Home
last modified time | relevance | path

Searched refs:aLbFormat (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sd/source/ui/dlg/
H A Ddlgfield.cxx66 aLbFormat ( this, SdResId( LB_FORMAT ) ), in SdModifyFieldDlg()
93 aLbFormat.GetSelectEntryPos() != aLbFormat.GetSavedValue() ) in GetField()
106 eFormat = (SvxDateFormat) ( aLbFormat.GetSelectEntryPos() + 2 ); in GetField()
123 eFormat = (SvxTimeFormat) ( aLbFormat.GetSelectEntryPos() + 2 ); in GetField()
140 eFormat = (SvxFileFormat) ( aLbFormat.GetSelectEntryPos() ); in GetField()
169 eFormat = (SvxAuthorFormat) ( aLbFormat.GetSelectEntryPos() ); in GetField()
192 aLbFormat.Clear(); in FillFormatList()
201 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_SMALL ) ) ); in FillFormatList()
202 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_BIG ) ) ); in FillFormatList()
206 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList()
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dnumfmt.cxx255 aLbFormat ( this, CUI_RES( LB_FORMAT ) ), in SvxNumberFormatTabPage()
288 aLbFormat.Clear (); in SvxNumberFormatTabPage()
313 nCurFormatY =aLbFormat.GetPosPixel().Y(); in Init_Impl()
314 nCurFormatHeight=aLbFormat.GetSizePixel().Height(); in Init_Impl()
343 aLbFormat .SetSelectHdl( aLink ); in Init_Impl()
354 aLbFormat .SetDoubleClickHdl( HDL( DoubleClickHdl_Impl ) ); in Init_Impl()
663 aLbFormat .SetNoSelection(); in Obstructing()
708 aLbFormat .Enable( bEnable ); in EnableBySourceFormat_Impl()
725 aLbFormat.Invalidate(); // #i43322# in EnableBySourceFormat_Impl()
749 aSize.Height()=aLbFormat.GetSizePixel().Height(); in HideLanguage()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx74 aLbFormat ( this, ScResId( LB_FORMAT ) ), in ScAutoFormatDlg()
122 aLbFormat .SetSelectHdl( LINK( this, ScAutoFormatDlg, SelFmtHdl ) ); in Init()
134 aLbFormat .SetDoubleClickHdl( LINK( this, ScAutoFormatDlg, DblClkHdl ) ); in Init()
150 aLbFormat.InsertEntry( aEntry ); in Init()
156 aLbFormat.SelectEntryPos( 0 ); in Init()
279 aLbFormat.InsertEntry( aFormatName, nAt ); in IMPL_LINK()
280 aLbFormat.SelectEntry( aFormatName ); in IMPL_LINK()
321 if ( (nIndex > 0) && (aLbFormat.GetEntryCount() > 0) ) in IMPL_LINK()
325 aMsg += aLbFormat.GetSelectEntry(); in IMPL_LINK()
331 aLbFormat.RemoveEntry( nIndex ); in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/table/
H A Dtautofmt.cxx182 aLbFormat ( this, SW_RES( LB_FORMAT ) ), in SwAutoFormatDlg()
248 aLbFormat.SetSelectHdl( LINK( this, SwAutoFormatDlg, SelFmtHdl ) ); in Init()
264 aLbFormat.InsertEntry( ViewShell::GetShellRes()->aStrNone ); in Init()
272 aLbFormat.InsertEntry( pFmt->GetName() ); in Init()
277 aLbFormat.SelectEntryPos( 255 != nIndex ? (nDfltStylePos + nIndex) : 0 ); in Init()
392 aLbFormat.InsertEntry( aFormatName, nDfltStylePos + n ); in IMPL_LINK()
393 aLbFormat.SelectEntryPos( nDfltStylePos + n ); in IMPL_LINK()
428 aMessage += aLbFormat.GetSelectEntry() ; in IMPL_LINK()
436 aLbFormat.RemoveEntry( nDfltStylePos + nIndex ); in IMPL_LINK()
437 aLbFormat.SelectEntryPos( nDfltStylePos + nIndex-1 ); in IMPL_LINK()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Ddlgfield.hxx62 ListBox aLbFormat; member in SdModifyFieldDlg
/AOO41X/main/sc/source/ui/inc/
H A Dscuiautofmt.hxx41 ListBox aLbFormat; member in ScAutoFormatDlg
/AOO41X/main/sw/source/ui/inc/
H A Dtautofmt.hxx61 ListBox aLbFormat; member in SwAutoFormatDlg
/AOO41X/main/cui/source/inc/
H A Dnumfmt.hxx109 SvxFontListBox aLbFormat; member in SvxNumberFormatTabPage