Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 10 of 10) sorted by relevance

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx251 if ( aUri.isRoot() ) in notifyDocumentClosed()
309 if ( aUri.isRoot() ) in notifyDocumentOpened()
518 if ( aUri.isRoot() ) in queryNamesOfChildren()
581 if ( aUri.isRoot() ) in queryStorageTitle()
599 OSL_ENSURE( ( aTitle.getLength() > 0 ) || aUri.isRoot(), in queryStorageTitle()
H A Dtdoc_uri.hxx91 inline sal_Bool isRoot() const;
106 inline sal_Bool Uri::isRoot() const in isRoot() function in tdoc_ucp::Uri
H A Dtdoc_storage.cxx120 if ( aUri.isRoot() ) in createStorage()
376 if ( !aParentUri.isRoot() ) in queryParentStorage()
554 if ( aUri.isRoot() ) in queryStream()
H A Dtdoc_content.cxx2059 if ( aSourceUri.isRoot() || aSourceUri.isDocument() ) in transfer()
2361 if ( rUri.isRoot() ) in hasData()
2399 if ( rUri.isRoot() ) // root has no storage, but can always be created in loadData()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx387 if( m_aURLParameter.isRoot() ) in execute()
464 m_aURLParameter.isFile() || m_aURLParameter.isRoot() ); in getPropertyValues()
468 ! m_aURLParameter.isFile() || m_aURLParameter.isRoot() ); in getPropertyValues()
483 else if( m_aURLParameter.isRoot() ) in getPropertyValues()
H A Durlparameter.cxx356 bool isRoot = false );
454 InputStreamTransformer* p = new InputStreamTransformer( this,m_pDatabases,isRoot() ); in open()
509 xDataSink->setInputStream( new InputStreamTransformer( this,m_pDatabases,isRoot() ) ); in open()
874 bool isRoot ) in InputStreamTransformer() argument
879 if( isRoot ) in InputStreamTransformer()
H A Dcontentcaps.cxx44 bool withMediaType = m_aURLParameter.isFile() || m_aURLParameter.isRoot(); in getProperties()
H A Durlparameter.hxx129 bool isRoot() { return m_aModule.compareToAscii("") == 0; } in isRoot() function in chelp::URLParameter
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DJavaScriptIterator.java89 if (fs instanceof OpenOfficeDocFileSystem && fo.isRoot()) { in checkTarget()
H A DParcelContentsIterator.java95 if (fs instanceof OpenOfficeDocFileSystem && fo.isRoot()) { in checkTarget()