Searched refs:aCustomTbxName (Results 1 – 2 of 2) sorted by relevance
54 rtl::OUStringBuffer aCustomTbxName( 20 ); in ImportCustomToolbars() local55 aCustomTbxName.appendAscii( USERDEFTOOLBOX ); in ImportCustomToolbars()56 aCustomTbxName.setCharAt( 14, aCustomTbxName.charAt( 14 ) + i ); in ImportCustomToolbars()58 rtl::OUString aTbxStreamName( aCustomTbxName.makeStringAndClear() ); in ImportCustomToolbars()
3459 rtl::OUString aCustomTbxName( RTL_CONSTASCII_USTRINGPARAM( aNum )); in getUIConfigurationManager() local3464 if ( !xNewUIConfMan->hasSettings( aCustomTbxName )) in getUIConfigurationManager()3482 xNewUIConfMan->insertSettings( aCustomTbxName, xToolbarData ); in getUIConfigurationManager()
Completed in 54 milliseconds