Home
last modified time | relevance | path

Searched refs:rListBox (Results 1 – 22 of 22) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx263 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in Reset()
265 rListBox.SetCurEntry( pE ); in Reset()
318 SvLBoxEntry* pE = rListBox.FirstSelected(); in IMPL_STATIC_LINK()
353 rListBox.GetModel()->InvalidateEntry( pE ); in IMPL_STATIC_LINK()
354 rListBox.Select( pE ); in IMPL_STATIC_LINK()
355 rListBox.MakeVisible( pE ); in IMPL_STATIC_LINK()
356 rListBox.SetUpdateMode( sal_True ); in IMPL_STATIC_LINK()
390 rListBox.SetDoubleClickHdl( aLnk ); in InitAndSetHandler()
397 rListBox.SetTabs( &nTabs[0], MAP_APPFONT ); in InitAndSetHandler()
402 rListBox.SetSpaceBetweenEntries( 0 ); in InitAndSetHandler()
[all …]
/trunk/main/cui/source/customize/
H A Dmacropg.cxx249 pE = rListBox.NextSibling( pE ); in ~_SvxMacroTabPage()
524 rListBox.Clear(); in DisplayAppEvents()
581 rListBox.Select( _pE ); in DisplayAppEvents()
582 rListBox.MakeVisible( _pE ); in DisplayAppEvents()
585 pE = rListBox.GetEntry(0); in DisplayAppEvents()
588 rListBox.Select( pE ); in DisplayAppEvents()
589 rListBox.MakeVisible( pE ); in DisplayAppEvents()
592 rListBox.SetUpdateMode( sal_True ); in DisplayAppEvents()
733 rListBox.Select( pE ); in GenericHandler_Impl()
734 rListBox.MakeVisible( pE ); in GenericHandler_Impl()
[all …]
/trunk/main/svtools/source/contnr/
H A Dtooltiplbox.cxx35 void lcl_ToolTipLBox_ShowToolTip( ListBox& rListBox, const HelpEvent& rHEvt ) in lcl_ToolTipLBox_ShowToolTip() argument
41 rListBox.ListBox::RequestHelp( rHEvt ); in lcl_ToolTipLBox_ShowToolTip()
46 Point aMousePos( rListBox.ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in lcl_ToolTipLBox_ShowToolTip()
48 sal_uInt16 nTop = rListBox.GetTopEntry(); in lcl_ToolTipLBox_ShowToolTip()
49 sal_uInt16 nBottom = nTop + rListBox.GetDisplayLineCount(); in lcl_ToolTipLBox_ShowToolTip()
54 Rectangle aItemRect( rListBox.GetBoundingRectangle( nPos ) ); in lcl_ToolTipLBox_ShowToolTip()
62 String aHelpText( rListBox.GetEntry( nPos ) ); in lcl_ToolTipLBox_ShowToolTip()
63 if( rListBox.GetTextWidth( aHelpText ) > rListBox.GetOutputSizePixel().Width() ) in lcl_ToolTipLBox_ShowToolTip()
65 Point aLBoxPos( rListBox.OutputToScreenPixel( Point( 0, 0 ) ) ); in lcl_ToolTipLBox_ShowToolTip()
66 Size aLBoxSize( rListBox.GetSizePixel() ); in lcl_ToolTipLBox_ShowToolTip()
[all …]
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx266 SvTabListBox& rListBox = Links(); in IMPL_LINK_INLINE_END() local
274 SvLBoxEntry* pE = rListBox.FirstSelected(); in IMPL_LINK_INLINE_END()
283 pE = rListBox.NextSelected( pE ); in IMPL_LINK_INLINE_END()
309 if( 0 == (pE = rListBox.GetEntry( aPosArr[ 0 ] )) || in IMPL_LINK_INLINE_END()
313 pE = rListBox.First(); in IMPL_LINK_INLINE_END()
318 pE = rListBox.Next( pE ); in IMPL_LINK_INLINE_END()
322 pE = rListBox.FirstSelected(); in IMPL_LINK_INLINE_END()
327 SvLBoxEntry* pSelEntry = rListBox.FirstSelected(); in IMPL_LINK_INLINE_END()
329 rListBox.Select( pSelEntry, sal_False ); in IMPL_LINK_INLINE_END()
330 rListBox.Select( pE ); in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx251 ListBox &rListBox = pPopupWin->GetListBox(); in IMPL_LINK() local
252 if (rListBox.IsTravelSelect()) in IMPL_LINK()
253 Impl_SetInfo( rListBox.GetSelectEntryCount() ); in IMPL_LINK()
330 ListBox &rListBox = pPopupWin->GetListBox(); in CreatePopupWindow() local
331 rListBox.SetSelectHdl( LINK( this, SvxUndoRedoControl, SelectHdl ) ); in CreatePopupWindow()
334 rListBox.InsertEntry( String( aUndoRedoList[n] )); in CreatePopupWindow()
336 rListBox.SelectEntryPos( 0 ); in CreatePopupWindow()
339 Impl_SetInfo( rListBox.GetSelectEntryCount() ); in CreatePopupWindow()
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx82 const ListBox& rListBox,
90 const ListBox& rListBox,
519 const ListBox& rListBox, in lcl_PutScaleItem() argument
524 sal_Bool bIsSel = (rListBox.GetSelectEntryPos() == nLBEntry); in lcl_PutScaleItem()
525 sal_Bool bDataChanged = (rListBox.GetSavedValue() != nLBEntry) || in lcl_PutScaleItem()
541 const ListBox& rListBox, in lcl_PutScaleItem2() argument
548 sal_Bool bIsSel = (rListBox.GetSelectEntryPos() == nLBEntry); in lcl_PutScaleItem2()
549 sal_Bool bDataChanged = (rListBox.GetSavedValue() != nLBEntry) || in lcl_PutScaleItem2()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx320 sal_uInt16 DlgFilterCrit::GetSelectionPos(sal_Int32 eType,const ListBox& rListBox) const in GetSelectionPos()
344 nPos = rListBox.GetEntryCount() > 2 ? rListBox.GetEntryCount()-3 : 0; in GetSelectionPos()
347 nPos = rListBox.GetEntryCount() > 2 ? rListBox.GetEntryCount()-4 : 1; in GetSelectionPos()
350 nPos = rListBox.GetEntryCount()-2; in GetSelectionPos()
353 nPos = rListBox.GetEntryCount()-1; in GetSelectionPos()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx143 void FillLineStyleListBox(ListBox& rListBox, const XDashListSharedPtr aList) in FillLineStyleListBox() argument
146 rListBox.SetUpdateMode(false); in FillLineStyleListBox()
148 rListBox.Clear(); in FillLineStyleListBox()
151 rListBox.InsertEntry(aList->GetStringForUiNoLine()); in FillLineStyleListBox()
154 rListBox.InsertEntry(aList->GetStringForUiSolidLine(), aList->GetBitmapForUISolidLine()); in FillLineStyleListBox()
163 rListBox.InsertEntry( in FillLineStyleListBox()
170 rListBox.InsertEntry(pEntry->GetName()); in FillLineStyleListBox()
174 rListBox.SetUpdateMode(true); in FillLineStyleListBox()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx172 void lcl_selectColor( ColorListBox& rListBox, const Color& rColor ) in lcl_selectColor() argument
174 rListBox.SetNoSelection(); in lcl_selectColor()
175 rListBox.SelectEntry( rColor ); in lcl_selectColor()
176 if( rListBox.GetSelectEntryCount() == 0 ) in lcl_selectColor()
178 sal_uInt16 nPos = rListBox.InsertEntry( rColor, lcl_makeColorName( rColor ) ); in lcl_selectColor()
179 rListBox.SelectEntryPos( nPos ); in lcl_selectColor()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx376 const ListBox & rListBox ) in lcl_getSoundFileURL() argument
380 if( rListBox.GetSelectEntryCount() > 0 ) in lcl_getSoundFileURL()
382 sal_uInt16 nPos = rListBox.GetSelectEntryPos(); in lcl_getSoundFileURL()
386 DBG_ASSERT( (sal_uInt32)(rListBox.GetEntryCount() - 3) == rSoundList.size(), in lcl_getSoundFileURL()
399 lcl_AppendSoundToListBox( ListBox & rListBox ) : in lcl_AppendSoundToListBox()
400 mrListBox( rListBox ) in lcl_AppendSoundToListBox()
/trunk/main/sfx2/inc/sfx2/
H A Ditemconnect.hxx395 explicit ListBoxConnection( sal_uInt16 nSlot, ListBox& rListBox,
572 sal_uInt16 nSlot, ListBox& rListBox, const MapEntryType* pMap, ItemConnFlags nFlags ) : in ListBoxConnection() argument
573 ItemControlConnectionType( nSlot, new ListBoxWrapperType( rListBox, pMap ), nFlags ) in ListBoxConnection()
H A Dcontrolwrapper.hxx286 explicit ColorListBoxWrapper(ColorListBox & rListBox);
379 inline explicit ListBoxWrapper( ListBox& rListBox, const MapEntryType* pMap = 0 ) : in ListBoxWrapper() argument
380 … SingleControlWrapper< ListBox, ValueT >( rListBox ), MapperType( LISTBOX_ENTRY_NOTFOUND, pMap ) {} in ListBoxWrapper()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx243 void ScCsvTableBox::InitTypes( const ListBox& rListBox ) in InitTypes() argument
245 sal_uInt16 nTypeCount = rListBox.GetEntryCount(); in InitTypes()
248 aTypeNames[ nIndex ] = rListBox.GetEntry( nIndex ); in InitTypes()
/trunk/main/svx/source/dialog/
H A Dfrmdirlbox.cxx94 FrameDirListBoxWrapper::FrameDirListBoxWrapper( FrameDirListBox& rListBox ) : in FrameDirListBoxWrapper() argument
95 SingleControlWrapperType( rListBox ) in FrameDirListBoxWrapper()
/trunk/main/sfx2/source/dialog/
H A Ditemconnect.cxx173 ColorListBoxWrapper::ColorListBoxWrapper(ColorListBox & rListBox): in ColorListBoxWrapper() argument
174 SingleControlWrapper< ColorListBox, Color >(rListBox) in ColorListBoxWrapper()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx83 XMLErrorHandler( XMLSourceFileDialog* pParent, ListBox& rListBox );
95 XMLErrorHandler::XMLErrorHandler( XMLSourceFileDialog* pParent, ListBox& rListBox ) in XMLErrorHandler() argument
97 mrListBox( rListBox ) in XMLErrorHandler()
/trunk/main/svx/inc/svx/
H A Dfrmdirlbox.hxx82 explicit FrameDirListBoxWrapper( FrameDirListBox& rListBox );
H A Dgaltheme.hxx227 static SVX_DLLPUBLIC void InsertAllThemes( ListBox& rListBox );
/trunk/main/sc/source/ui/inc/
H A Dcsvtablebox.hxx116 void InitTypes( const ListBox& rListBox );
/trunk/main/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx132 sal_uInt16 GetSelectionPos(sal_Int32 eType,const ListBox& rListBox) const;
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2798 DBTreeListBox& rListBox = m_pTreeView->getListBox(); in getEntryFromContainer() local
2800 SvLBoxEntry* pDSLoop = rListBox.FirstChild(NULL); in getEntryFromContainer()
2803 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_QUERIES); in getEntryFromContainer()
2808 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_TABLES); in getEntryFromContainer()
2813 pDSLoop = rListBox.NextSibling(pDSLoop); in getEntryFromContainer()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1635 void GalleryTheme::InsertAllThemes( ListBox& rListBox ) in InsertAllThemes() argument
1638 rListBox.InsertEntry( String( GAL_RESID( i ) ) ); in InsertAllThemes()

Completed in 106 milliseconds