Searched refs:aPropValueSeq (Results 1 – 2 of 2) sorted by relevance
1315 uno::Sequence< beans::PropertyValue > aPropValueSeq = in Apply() local1322 sal_Int32 nIndex = aPropValueSeq.getLength(); in Apply()1323 aPropValueSeq.realloc( nIndex + 1 ); in Apply()1324 aPropValueSeq[nIndex].Name = m_aDescriptorContainer; in Apply()1325 aPropValueSeq[nIndex].Value <<= xSubMenuBar; in Apply()1353 sal_Int32 nIndex = aPropValueSeq.getLength(); in ApplyMenu()1354 aPropValueSeq.realloc( nIndex + 1 ); in ApplyMenu()1356 aPropValueSeq[nIndex].Value <<= xSubMenuBar; in ApplyMenu()4264 sal_Int32 nIndex = aPropValueSeq.getLength(); in ApplyToolbar()4265 aPropValueSeq.realloc( nIndex + 1 ); in ApplyToolbar()[all …]
3310 uno::Sequence< beans::PropertyValue > aPropValueSeq; in implts_renumberRowColumnData() local3314 xPersistentWindowState->getByName( aWindowElements[i] ) >>= aPropValueSeq; in implts_renumberRowColumnData()3315 for ( sal_Int32 j = 0; j < aPropValueSeq.getLength(); j++ ) in implts_renumberRowColumnData()3317 … if ( aPropValueSeq[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_DOCKINGAREA )) in implts_renumberRowColumnData()3318 aPropValueSeq[j].Value >>= nDockedArea; in implts_renumberRowColumnData()3319 … else if ( aPropValueSeq[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_DOCKPOS )) in implts_renumberRowColumnData()3320 aPropValueSeq[j].Value >>= aDockedPos; in implts_renumberRowColumnData()3336 xReplace->replaceByName( aWindowElements[i], makeAny( aPropValueSeq )); in implts_renumberRowColumnData()
Completed in 48 milliseconds