Lines Matching refs:rtl

64 typedef cppu::OMultiTypeInterfaceContainerHelperVar< rtl::OUString,hashOUString,equalOUString >
88 const rtl::OUString& parentName, in BaseContent()
110 const rtl::OUString& aUncPath ) in BaseContent()
265 rtl::OUString SAL_CALL
269 return rtl::OUString::createFromAscii( "com.sun.star.comp.ucb.FileContent" ); in getImplementationName()
275 BaseContent::supportsService( const rtl::OUString& ServiceName ) in supportsService()
286 Sequence< rtl::OUString > SAL_CALL
290 Sequence< rtl::OUString > ret( 1 ); in getSupportedServiceNames()
291 ret[0] = rtl::OUString::createFromAscii( "com.sun.star.ucb.FileContent" ); in getSupportedServiceNames()
423 rtl::OUString::createFromAscii("CasePreservingURL"), in execute()
428 rtl::OUString CasePreservingURL = xRow->getString(1); in execute()
456 const Sequence< rtl::OUString >& PropertyNames, in addPropertiesChangeListener()
470 m_pPropertyListener->addInterface( rtl::OUString(),Listener ); in addPropertiesChangeListener()
482 BaseContent::removePropertiesChangeListener( const Sequence< rtl::OUString >& PropertyNames, in removePropertiesChangeListener()
497 m_pPropertyListener->removeInterface( rtl::OUString(), Listener ); in removePropertiesChangeListener()
513 rtl::OUString SAL_CALL
532 seq[0] = beans::Property( rtl::OUString::createFromAscii("IsDocument"), in getContentType()
560 return rtl::OUString(); in getContentType()
601 const rtl::OUString& Name, in addProperty()
609 if( ( m_nState & JustInserted ) || ( m_nState & Deleted ) || Name == rtl::OUString() ) in addProperty()
611 …throw lang::IllegalArgumentException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX… in addProperty()
620 const rtl::OUString& Name ) in removeProperty()
627 …throw beans::UnknownPropertyException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFI… in removeProperty()
671 seq[0] = beans::Property( rtl::OUString::createFromAscii("IsDocument"), in createNewContent()
693 rtl::OUString dstUncPath; in createNewContent()
747 rtl::OUString ParentUnq = getParentName( m_aUncPath ); in getParent()
748 rtl::OUString ParentUrl; in getParent()
776 …throw lang::NoSupportException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), … in setParent()
874 const rtl::OUString Title = rtl::OUString::createFromAscii( "Title" ); in setPropertyValues()
883 rtl::OUString NewTitle; in setPropertyValues()
904 rtl::OUStringBuffer aBuf( in setPropertyValues()
928 m_aUncPath += rtl::OUString::createFromAscii("/"); in setPropertyValues()
930 m_aUncPath += rtl::Uri::encode( NewTitle, in setPropertyValues()
954 rtl::OUString NewTitle; in setPropertyValues()
957 …ret[i] <<= beans::IllegalTypeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in setPropertyValues()
962 …ret[i] <<= lang::IllegalArgumentException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_P… in setPropertyValues()
967 rtl::OUString aDstName = getParentName( m_aUncPath ); in setPropertyValues()
969 aDstName += rtl::OUString::createFromAscii("/"); in setPropertyValues()
971 aDstName += rtl::Uri::encode( NewTitle, in setPropertyValues()
1109 rtl::OUString srcUnc; in transfer()
1117 rtl::OUString srcUncPath = srcUnc; in transfer()
1120 rtl::OUString NewTitle; in transfer()
1122 NewTitle = rtl::Uri::encode( aTransferInfo.NewTitle, in transfer()
1131 seq[0] = beans::Property( rtl::OUString::createFromAscii("IsDocument"), in transfer()
1144 rtl::OUString dstUncPath; in transfer()
1154 dstUncPath += ( rtl::OUString::createFromAscii( "/" ) + NewTitle ); in transfer()
1200 seq[0] = beans::Property( rtl::OUString::createFromAscii("IsDocument"), in insert()
1248 rtl::Uri::decode( in insert()
1266 m_aUncPath += rtl::OUString::createFromAscii("/"); in insert()
1268 m_aUncPath += rtl::Uri::encode( aRequestImpl->newName(), in insert()
1319 BaseContent::cEXC( const rtl::OUString aNewName ) in cEXC()
1375 Sequence< rtl::OUString > seqNames; in cPCL()
1402 rtl::OUString BaseContent::getKey( void ) in getKey()