Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx111 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 DDrawCommandDispatch.hxx77 …bool parseCommandURL( const ::rtl::OUString& rCommandURL, sal_uInt16* pnFeatureId, ::rtl::OUString…