Home
last modified time | relevance | path

Searched refs:aActiveLB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1583 aActiveLB ( this, SfxResId( LB_ACTIVE ) ), in SfxHelpIndexWindow_Impl()
1613 nMinWidth = ( aActiveLB.GetSizePixel().Width() / 2 ); in SfxHelpIndexWindow_Impl()
1656 sal_uInt16 nPos = aActiveLB.InsertEntry( aTitle ); in Initialize()
1670 if ( !bIsInitDone && !aActiveLB.GetEntryCount() ) in SetActiveFactory()
1682 if ( aActiveLB.GetSelectEntryPos() != i ) in SetActiveFactory()
1684 aActiveLB.SelectEntryPos(i); in SetActiveFactory()
1767 String* pFactory = (String*)(sal_uIntPtr)aActiveLB.GetEntryData( aActiveLB.GetSelectEntryPos() ); in IMPL_LINK()
1813 Point aPnt = aActiveLB.GetPosPixel(); in Resize()
1814 Size aNewSize = aActiveLB.GetSizePixel(); in Resize()
1816 aActiveLB.SetSizePixel( aNewSize ); in Resize()
[all …]
H A Dnewhelp.hxx306 ListBox aActiveLB; member in SfxHelpIndexWindow_Impl
358 inline String GetActiveFactoryTitle() const { return aActiveLB.GetSelectEntry(); } in GetActiveFactoryTitle()

Completed in 27 milliseconds