Lines Matching refs:pSplitWindow
1064 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in CanModifyChildWindowWidth() local
1065 if (pSplitWindow == NULL) in CanModifyChildWindowWidth()
1070 if (pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow)) in CanModifyChildWindowWidth()
1072 sal_uInt16 nRowCount (pSplitWindow->GetWindowCount(nColumn)); in CanModifyChildWindowWidth()
1084 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in SetChildWindowWidth() local
1085 if (pSplitWindow == NULL) in SetChildWindowWidth()
1090 pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow); in SetChildWindowWidth()
1091 const long nColumnWidth (pSplitWindow->GetLineSize(nColumn)); in SetChildWindowWidth()
1097 pSplitWindow->MoveWindow( in SetChildWindowWidth()
1102 static_cast<SplitWindow*>(pSplitWindow)->Split(); in SetChildWindowWidth()
1112 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in RestrictWidth() local
1113 if (pSplitWindow != NULL) in RestrictWidth()
1115 const sal_uInt16 nId (pSplitWindow->GetItemId(mpParentWindow)); in RestrictWidth()
1116 const sal_uInt16 nSetId (pSplitWindow->GetSet(nId)); in RestrictWidth()
1117 pSplitWindow->SetItemSizeRange( in RestrictWidth()
1130 SfxSplitWindow* pSplitWindow = dynamic_cast<SfxSplitWindow*>(mpParentWindow->GetParent()); in GetSplitWindow() local
1131 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
1136 mpSplitWindow = pSplitWindow; in GetSplitWindow()