Searched refs:STREAM (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 92 return STREAM; in lcl_getContentType() 97 return STREAM; in lcl_getContentType() 337 if ( m_aProps.getType() == STREAM ) in getSupportedServiceNames() 521 if ( eType == STREAM ) in execute() 1706 if ( eType == STREAM ) in insert() 2453 bIsFolder ? FOLDER : STREAM, in loadData() 2546 else if ( eType == STREAM ) in storeData() 2754 if ( ( eType == ROOT ) || ( eType == STREAM ) ) in copyData() 2946 OSL_ENSURE( m_aProps.getType() == STREAM, in getInputStream() 3012 OSL_ENSURE( m_aProps.getType() == STREAM, in getTruncatedOutputStream() [all …]
|
H A D | tdoc_content.hxx | 59 enum ContentType { STREAM, FOLDER, DOCUMENT, ROOT }; enumerator 69 m_aContentType( rType == STREAM in ContentProperties() 85 bool getIsFolder() const { return m_eType > STREAM; } in getIsFolder()
|
H A D | tdoc_contentcaps.cxx | 105 if ( m_aProps.getType() == STREAM ) in getProperties() 372 if ( m_aProps.getType() == STREAM ) in getCommands()
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.hxx | 59 enum ResourceEnum_t { UNKNOWN, STREAM, PROPERTIES, TABLE, SHAPE }; enumerator 130 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() 295 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() 439 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource()
|
H A D | OOXMLFastContextHandler.cxx | 79 case OOXMLFastContextHandler::STREAM: in resourceToString() 1240 if (pContext->getResource() == STREAM) in OOXMLFastContextHandlerProperties() 1387 if (mpParent->getResource() == STREAM) in setParent()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 285 STREAM, enumerator 835 m_aResultType = STREAM; in setStream() 1021 case Moderator::STREAM: in UCBOpenContentSync()
|
Completed in 85 milliseconds