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()
1062 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in CanModifyChildWindowWidth() local1063 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() local1083 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()[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()