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()1084 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in SetChildWindowWidth() local1085 if (pSplitWindow == NULL) in SetChildWindowWidth()1097 pSplitWindow->MoveWindow( in SetChildWindowWidth()1102 static_cast<SplitWindow*>(pSplitWindow)->Split(); in SetChildWindowWidth()1112 SfxSplitWindow* pSplitWindow = GetSplitWindow(); in RestrictWidth() local1113 if (pSplitWindow != NULL) in RestrictWidth()1117 pSplitWindow->SetItemSizeRange( in RestrictWidth()1131 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()[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()
Completed in 16 milliseconds