Lines Matching refs:i_rTitle
303 static rtl::OUString getShortCut( const rtl::OUString i_rTitle )
307 for( sal_Int32 nIndex = 0; nIndex < i_rTitle.getLength(); nIndex++ )
309 rtl::OUString aShortcut( i_rTitle.copy( nIndex, 1 ).toAsciiLowerCase() );
321 static void appendMenuItem( NSMenu* i_pMenu, NSMenu* i_pDockMenu, const rtl::OUString& i_rTitle, in…
323 if( ! i_rTitle.getLength() )
326 NSMenuItem* pItem = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( i_rTitle )
338 pItem = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( i_rTitle )
349 static void appendRecentMenu( NSMenu* i_pMenu, NSMenu* i_pDockMenu, const String& i_rTitle )
354 NSMenuItem* pItem = [i_pMenu addItemWithTitle: getAutoreleasedString( i_rTitle )
359 NSMenu* pRecentMenu = [[NSMenu alloc] initWithTitle: getAutoreleasedString( i_rTitle ) ];
367 pItem = [i_pDockMenu addItemWithTitle: getAutoreleasedString( i_rTitle )
372 pRecentMenu = [[NSMenu alloc] initWithTitle: getAutoreleasedString( i_rTitle ) ];