Lines Matching refs:pSplitWindow
1062 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in CanModifyChildWindowWidth() local
1063 if (pSplitWindow == NULL) in CanModifyChildWindowWidth()
1068 if (pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow)) in CanModifyChildWindowWidth()
1070 sal_uInt16 nRowCount (pSplitWindow->GetWindowCount(nColumn)); in CanModifyChildWindowWidth()
1082 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in SetChildWindowWidth() local
1083 if (pSplitWindow == NULL) in SetChildWindowWidth()
1088 pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow); in SetChildWindowWidth()
1089 const long nColumnWidth (pSplitWindow->GetLineSize(nColumn)); 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()
1113 const sal_uInt16 nId (pSplitWindow->GetItemId(mpParentWindow)); in RestrictWidth()
1114 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in RestrictWidth()
1115 pSplitWindow->SetItemSizeRange( in RestrictWidth()
1128 SfxSplitWindow* pSplitWindow = dynamic_cast<SfxSplitWindow*>(mpParentWindow->GetParent()); in GetSplitWindow() local
1129 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
1134 mpSplitWindow = pSplitWindow; in GetSplitWindow()