Searched refs:parseCommandURL (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/chart2/source/controller/main/ |
| H A D | DrawCommandDispatch.cxx | 111 return parseCommandURL( rCommandURL, &nFeatureId, &aBaseCommand, &aCustomShapeType ); in isFeatureSupported() 261 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in getState() 307 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in execute() 584 bool DrawCommandDispatch::parseCommandURL( const ::rtl::OUString& rCommandURL, sal_uInt16* pnFeatur… in parseCommandURL() function in chart::DrawCommandDispatch
|
| H A D | DrawCommandDispatch.hxx | 77 …bool parseCommandURL( const ::rtl::OUString& rCommandURL, sal_uInt16* pnFeatureId, ::rtl::OUString…
|