Searched refs:nSetId (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | splitwin.hxx | 173 sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nSetId = 0, 176 sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nSetId = 0, 182 void SetBaseSet( sal_uInt16 nSetId = 0 ); 185 void SetSplitSize( sal_uInt16 nSetId, long nSplitSize, 187 long GetSplitSize( sal_uInt16 nSetId ) const; 188 void SetItemBackground( sal_uInt16 nSetId ); 190 Wallpaper GetItemBackground( sal_uInt16 nSetId ) const; 191 sal_Bool IsItemBackground( sal_uInt16 nSetId ) const; 192 void SetItemBitmap( sal_uInt16 nSetId, const Bitmap& rBitmap ); 193 Bitmap GetItemBitmap( sal_uInt16 nSetId ) const; [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | splitwin.cxx | 2865 sal_uInt16 nPos, sal_uInt16 nSetId, in InsertItem() argument 2934 sal_uInt16 nPos, sal_uInt16 nSetId, in InsertItem() argument 2937 InsertItem( nId, NULL, nSize, nPos, nSetId, nBits ); in InsertItem() 3086 void SplitWindow::SetBaseSet( sal_uInt16 nSetId ) in SetBaseSet() argument 3088 mpBaseSet = ImplFindSet( mpMainSet, nSetId ); in SetBaseSet() 3103 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetSplitSize() 3118 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetSplitSize() 3130 SetItemBackground( nSetId, aWall ); in SetItemBackground() 3137 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetItemBackground() 3177 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetItemBackground() [all …]
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | PaneDockingWindow.cxx | 114 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in SetValidSizeRange() local 122 nSetId, in SetValidSizeRange()
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | tphf.cxx | 59 const SfxItemSet& rSet, sal_uInt16 nSetId ) in ScHFPage() argument 61 : SvxHFPage ( pParent, nResId, rSet, nSetId ), in ScHFPage()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 560 sal_uInt16 nSetId, in SfxTabDialog() argument 572 pImpl->pController = new SfxTabDialogController( nSetId, rBindings, this ); in SfxTabDialog() 578 rBindings.Invalidate( nSetId ); in SfxTabDialog() 579 rBindings.Update( nSetId ); in SfxTabDialog()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tphf.hxx | 49 sal_uInt16 nSetId );
|
/aoo42x/main/svx/inc/svx/ |
H A D | hdft.hxx | 75 sal_uInt16 nSetId );
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | SidebarController.cxx | 1116 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in RestrictWidth() local 1118 nSetId, in RestrictWidth()
|
/aoo42x/main/svx/source/dialog/ |
H A D | hdft.cxx | 145 …HFPage::SvxHFPage( Window* pParent, sal_uInt16 nResId, const SfxItemSet& rAttr, sal_uInt16 nSetId ) in SvxHFPage() argument 164 nId ( nSetId ), in SvxHFPage()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | tabdlg.hxx | 141 SfxTabDialog( Window* pParent, const ResId &rResId, sal_uInt16 nSetId, SfxBindings& rBindings,
|
Completed in 62 milliseconds