Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1169 const uno::Sequence< beans::PropertyValue >& rTbxSeq = pTbxSeq[i]; in implts_createCustomToolBars() local
1172 for ( sal_Int32 j = 0; j < rTbxSeq.getLength(); j++ ) in implts_createCustomToolBars()
1174 if ( rTbxSeq[j].Name.equalsAscii( "ResourceURL" )) in implts_createCustomToolBars()
1175 rTbxSeq[j].Value >>= aTbxResName; in implts_createCustomToolBars()
1176 else if ( rTbxSeq[j].Name.equalsAscii( "UIName" )) in implts_createCustomToolBars()
1177 rTbxSeq[j].Value >>= aTbxTitle; in implts_createCustomToolBars()

Completed in 30 milliseconds