Home
last modified time | relevance | path

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

/AOO41X/main/vcl/inc/vcl/
H A Dsplitwin.hxx173 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 );
189 void SetItemBackground( sal_uInt16 nSetId, const Wallpaper& rWallpaper );
190 Wallpaper GetItemBackground( sal_uInt16 nSetId ) const;
191 sal_Bool IsItemBackground( sal_uInt16 nSetId ) const;
192 void SetItemBitmap( sal_uInt16 nSetId, const Bitmap& rBitmap );
[all …]
/AOO41X/main/vcl/source/window/
H A Dsplitwin.cxx2865 sal_uInt16 nPos, sal_uInt16 nSetId, in InsertItem() argument
2870 DBG_ASSERT( ImplFindSet( mpMainSet, nSetId ), "SplitWindow::InsertItem() - Set not exists" ); in InsertItem()
2878 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in InsertItem()
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()
3100 void SplitWindow::SetSplitSize( sal_uInt16 nSetId, long nSplitSize, in SetSplitSize() argument
3103 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetSplitSize()
3116 long SplitWindow::GetSplitSize( sal_uInt16 nSetId ) const in GetSplitSize()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A DPaneDockingWindow.cxx114 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in SetValidSizeRange() local
122 nSetId, in SetValidSizeRange()
/AOO41X/main/sc/source/ui/pagedlg/
H A Dtphf.cxx60 const SfxItemSet& rSet, sal_uInt16 nSetId ) in ScHFPage() argument
62 : SvxHFPage ( pParent, nResId, rSet, nSetId ), in ScHFPage()
/AOO41X/main/sfx2/source/dialog/
H A Dtabdlg.cxx560 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()
/AOO41X/main/sc/source/ui/inc/
H A Dtphf.hxx49 sal_uInt16 nSetId );
/AOO41X/main/svx/inc/svx/
H A Dhdft.hxx67 sal_uInt16 nSetId );
/AOO41X/main/sfx2/source/sidebar/
H A DSidebarController.cxx1114 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in RestrictWidth() local
1116 nSetId, in RestrictWidth()
/AOO41X/main/svx/source/dialog/
H A Dhdft.cxx141 …Page::SvxHFPage( Window* pParent, sal_uInt16 nResId, const SfxItemSet& rAttr, sal_uInt16 nSetId ) : in SvxHFPage() argument
161 nId ( nSetId ), in SvxHFPage()
/AOO41X/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx141 SfxTabDialog( Window* pParent, const ResId &rResId, sal_uInt16 nSetId, SfxBindings& rBindings,