Home
last modified time | relevance | path

Searched refs:aPropValueSeq (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/customize/
H A Dcfg.cxx1315 uno::Sequence< beans::PropertyValue > aPropValueSeq = in Apply() local
1322 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 …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx3323 uno::Sequence< beans::PropertyValue > aPropValueSeq; in implts_renumberRowColumnData() local
3327 xPersistentWindowState->getByName( aWindowElements[i] ) >>= aPropValueSeq; in implts_renumberRowColumnData()
3328 for ( sal_Int32 j = 0; j < aPropValueSeq.getLength(); j++ ) in implts_renumberRowColumnData()
3330 … if ( aPropValueSeq[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_DOCKINGAREA )) in implts_renumberRowColumnData()
3331 aPropValueSeq[j].Value >>= nDockedArea; in implts_renumberRowColumnData()
3332 … else if ( aPropValueSeq[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_DOCKPOS )) in implts_renumberRowColumnData()
3333 aPropValueSeq[j].Value >>= aDockedPos; in implts_renumberRowColumnData()
3349 xReplace->replaceByName( aWindowElements[i], makeAny( aPropValueSeq )); in implts_renumberRowColumnData()

Completed in 58 milliseconds