Home
last modified time | relevance | path

Searched refs:pSplitWindow (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sd/source/ui/dlg/
H A DPaneDockingWindow.cxx110 SplitWindow* pSplitWindow = dynamic_cast<SplitWindow*>(GetParent()); in SetValidSizeRange() local
111 if (pSplitWindow != NULL) in SetValidSizeRange()
113 const sal_uInt16 nId (pSplitWindow->GetItemId(static_cast< ::Window*>(this))); in SetValidSizeRange()
114 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in SetValidSizeRange()
118 sal_Int32 nCompensation (pSplitWindow->IsHorizontal() in SetValidSizeRange()
121 pSplitWindow->SetItemSizeRange( in SetValidSizeRange()
134 SplitWindow* pSplitWindow = dynamic_cast<SplitWindow*>(GetParent()); in GetOrientation() local
135 if (pSplitWindow == NULL) in GetOrientation()
137 else if (pSplitWindow->IsHorizontal()) in GetOrientation()
/aoo4110/main/sfx2/source/sidebar/
H A DSidebarController.cxx1062 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in CanModifyChildWindowWidth() local
1063 if (pSplitWindow == NULL) in CanModifyChildWindowWidth()
1082 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in SetChildWindowWidth() local
1083 if (pSplitWindow == NULL) in SetChildWindowWidth()
1095 pSplitWindow->MoveWindow( in SetChildWindowWidth()
1100 static_cast<SplitWindow*>(pSplitWindow)->Split(); in SetChildWindowWidth()
1110 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in RestrictWidth() local
1111 if (pSplitWindow != NULL) in RestrictWidth()
1115 pSplitWindow->SetItemSizeRange( in RestrictWidth()
1129 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
[all …]
/aoo4110/main/framework/source/layoutmanager/
H A Dpanel.cxx61 …SplitWindow* pSplitWindow = dynamic_cast< SplitWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in Panel() local
63 if ( pSplitWindow ) in Panel()
67 pSplitWindow->SetAlign( WINDOWALIGN_TOP ); in Panel()
69 pSplitWindow->SetAlign( WINDOWALIGN_BOTTOM ); in Panel()
71 pSplitWindow->SetAlign( WINDOWALIGN_LEFT ); in Panel()
73 pSplitWindow->SetAlign( WINDOWALIGN_RIGHT ); in Panel()

Completed in 36 milliseconds