Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1165 const uno::Sequence< beans::PropertyValue >& rTbxSeq = pTbxSeq[i]; in implts_createCustomToolBars() local
1168 for ( sal_Int32 j = 0; j < rTbxSeq.getLength(); j++ ) in implts_createCustomToolBars()
1170 if ( rTbxSeq[j].Name.equalsAscii( "ResourceURL" )) in implts_createCustomToolBars()
1171 rTbxSeq[j].Value >>= aTbxResName; in implts_createCustomToolBars()
1172 else if ( rTbxSeq[j].Name.equalsAscii( "UIName" )) in implts_createCustomToolBars()
1173 rTbxSeq[j].Value >>= aTbxTitle; in implts_createCustomToolBars()

Completed in 47 milliseconds