Searched refs:STREAM (Results 1 – 6 of 6) sorted by relevance
| /trunk/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() 507 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute() 521 if ( eType == STREAM ) in execute() 570 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute() 1699 OSL_ENSURE( ( eType == FOLDER ) || ( eType == STREAM ), in insert() 1706 if ( eType == STREAM ) in insert() 1875 OSL_ENSURE( ( eType == FOLDER ) || ( eType == STREAM ), in destroy() 2453 bIsFolder ? FOLDER : STREAM, in loadData() [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()
|
| /trunk/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()
|
| /trunk/main/unotools/source/ucbhelper/ |
| H A D | ucblockbytes.cxx | 285 STREAM, enumerator 835 m_aResultType = STREAM; in setStream() 1021 case Moderator::STREAM: in UCBOpenContentSync()
|