Home
last modified time | relevance | path

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

/trunk/main/forms/source/helper/
H A Dformnavigation.cxx402 const char* pAsciiURL = getFeatureURLAscii( _nFeatureId ); in getFeatureURL() local
403 if ( pAsciiURL ) in getFeatureURL()
404 _rURL = m_pUrlTransformer->getStrictURLFromAscii( pAsciiURL ); in getFeatureURL()
406 return ( pAsciiURL != NULL ); in getFeatureURL()
415 const sal_Char* pAsciiURL; member
419 ,pAsciiURL( _pAsciiURL ) in FeatureURL()
456 while ( pFeatures->pAsciiURL ) in getFeatureURLAscii()
459 return pFeatures->pAsciiURL; in getFeatureURLAscii()
469 while ( pFeatures->pAsciiURL ) in getFeatureId()
471 if ( _rCompleteURL.compareToAscii( pFeatures->pAsciiURL ) == 0 ) in getFeatureId()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx159 static void add_item( GtkMenuShell *pMenuShell, const char *pAsciiURL, in add_item() argument
163 OUString *pURL = new OUString (OStringToOUString( pAsciiURL, in add_item()
193 static void add_ugly_db_item( GtkMenuShell *pMenuShell, const char *pAsciiURL, in add_ugly_db_item() argument
213 add_item (pMenuShell, pAsciiURL, &aDescription, nResId, pFnCallback); in add_ugly_db_item()

Completed in 18 milliseconds