Searched refs:pSplitWindow (Results 1 – 3 of 3) sorted by relevance
110 SplitWindow* pSplitWindow = dynamic_cast<SplitWindow*>(GetParent()); in SetValidSizeRange() local111 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() local135 if (pSplitWindow == NULL) in GetOrientation()137 else if (pSplitWindow->IsHorizontal()) in GetOrientation()
1064 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in CanModifyChildWindowWidth() local1065 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() local1085 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()[all …]
61 …SplitWindow* pSplitWindow = dynamic_cast< SplitWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in Panel() local63 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()