Searched refs:aTbxResName (Results 1 – 3 of 3) sorted by relevance
219 …rtl::OUStringBuffer aTbxResName( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/too… in CreatePopupWindow() local223 aTbxResName.appendAscii( "alignmentbar" ); in CreatePopupWindow()224 aToolBarResStr = aTbxResName.makeStringAndClear(); in CreatePopupWindow()227 aTbxResName.appendAscii( "zoombar" ); in CreatePopupWindow()228 aToolBarResStr = aTbxResName.makeStringAndClear(); in CreatePopupWindow()231 aTbxResName.appendAscii( "choosemodebar" ); in CreatePopupWindow()232 aToolBarResStr = aTbxResName.makeStringAndClear(); in CreatePopupWindow()235 aTbxResName.appendAscii( "positionbar" ); in CreatePopupWindow()236 aToolBarResStr = aTbxResName.makeStringAndClear(); in CreatePopupWindow()239 aTbxResName.appendAscii( "textbar" ); in CreatePopupWindow()[all …]
1166 ::rtl::OUString aTbxResName; in implts_createCustomToolBars()1171 rTbxSeq[j].Value >>= aTbxResName; in implts_createCustomToolBars()1177 if ( aTbxResName.getLength() > 0 && aTbxResName.indexOf( m_aCustomTbxPrefix ) != -1 ) in implts_createCustomToolBars()1178 implts_createCustomToolBar( aTbxResName, aTbxTitle ); in implts_createCustomToolBars()1182 void ToolbarLayoutManager::implts_createCustomToolBar( const rtl::OUString& aTbxResName, const rtl:… in implts_createCustomToolBar() argument1184 if ( aTbxResName.getLength() > 0 ) in implts_createCustomToolBar()1188 implts_createToolBar( aTbxResName, bNotify, xUIElement ); in implts_createCustomToolBar()
279 …void implts_createCustomToolBar( const rtl::OUString& aTbxResName, const rtl::OUString…