Lines Matching refs:ucbhelper
51 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertSystemPathToURL()
64 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, rBaseURL, rName ); in ConvertSystemPathToURL()
78 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertURLToSystemPath()
91 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToSystemPath()
104 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertPhysicalNameToURL()
118 rtl::OUString aBase( ::ucbhelper::getLocalFileURL( xManager ) ); in ConvertPhysicalNameToURL()
119 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, aBase, rName ); in ConvertPhysicalNameToURL()
132 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertURLToPhysicalName()
146 INetURLObject aLocal( ::ucbhelper::getLocalFileURL( xManager ) ); in ConvertURLToPhysicalName()
148 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToPhysicalName()
177 ::ucbhelper::Content aCnt( rFolder, Reference< XCommandEnvironment > () ); in DECLARE_LIST()
185 …::ucbhelper::ResultSetInclude eInclude = bFolder ? ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS : ::… in DECLARE_LIST()