Searched refs:aWindowVector (Results 1 – 1 of 1) sorted by relevance
272 UIElementVector aWindowVector( m_aUIElements ); in implts_calcDockingArea() local289 for ( pConstIter = aWindowVector.begin(); pConstIter != aWindowVector.end(); pConstIter++ ) in implts_calcDockingArea()346 if ( !aWindowVector.empty() ) in implts_calcDockingArea()2010 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfos() local2019 aWindowVector.reserve(m_aUIElements.size()); in implts_getDockingAreaElementInfos()2034 aWindowVector.push_back( *pIter ); in implts_getDockingAreaElementInfos()2064 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfos()2067 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfos()2195 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfoOnSingleRowCol() local2244 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfoOnSingleRowCol()[all …]
Completed in 25 milliseconds