Searched refs:aWindowVector (Results 1 – 1 of 1) sorted by relevance
2014 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfos() local2023 aWindowVector.reserve(m_aUIElements.size()); in implts_getDockingAreaElementInfos()2041 aWindowVector.push_back( *pIter ); in implts_getDockingAreaElementInfos()2071 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfos()2074 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfos()2202 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfoOnSingleRowCol() local2234 aWindowVector.push_back( *pIter ); // docked windows in implts_getDockingAreaElementInfoOnSingleRowCol()2257 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfoOnSingleRowCol()2260 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfoOnSingleRowCol()
Completed in 39 milliseconds