/aoo41x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 322 #define READ( aItem, aItemType, nVers )\ macro 420 READ( aFont, SvxFontItem , 0) in LoadOld() 425 READ( aHeight, SvxFontHeightItem , 1) in LoadOld() 426 READ( aWeight, SvxWeightItem , 2) in LoadOld() 427 READ( aPosture, SvxPostureItem , 3) in LoadOld() 428 READ( aUnderline, SvxUnderlineItem , 4) in LoadOld() 429 READ( aCrossedOut, SvxCrossedOutItem , 5) in LoadOld() 430 READ( aContour, SvxContourItem , 6) in LoadOld() 432 READ( aColor, SvxColorItem , 8) in LoadOld() 438 READ( aBox, SvxBoxItem , 10) in LoadOld() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 306 #define READ( aItem, ItemType, nVers ) \ macro 316 READ( aFont, SvxFontItem, rVersions.nFontVersion) in Load() 340 READ( aColor, SvxColorItem, rVersions.nColorVersion) in Load() 341 READ( aBox, SvxBoxItem, rVersions.nBoxVersion) in Load() 346 READ( aTLBR, SvxLineItem, rVersions.nLineVersion) in Load() 347 READ( aBLTR, SvxLineItem, rVersions.nLineVersion) in Load() 350 READ( aBackground, SvxBrushItem, rVersions.nBrushVersion) in Load() 402 READ( aFont, SvxFontItem, rVersions.nFontVersion) in LoadOld() 410 READ( aColor, SvxColorItem, rVersions.nColorVersion) in LoadOld() 418 READ( aBox, SvxBoxItem, rVersions.nBoxVersion) in LoadOld() [all …]
|
/aoo41x/main/package/qa/storages/ |
H A D | RegressionTest_i27773.java | 208 pArgs[1] = new Integer( ElementModes.READ ); in test() 221 ElementModes.READ ); in test() 231 ElementModes.READ ); in test() 241 ElementModes.READ ); in test() 251 ElementModes.READ ); in test() 261 ElementModes.READ ); in test() 271 ElementModes.READ ); in test() 281 …aTestHelper.checkStorageProperties( xEmptySubSubStorage, "MediaType5", false, ElementModes.READ ) ) in test() 287 … !m_aTestHelper.checkStorageProperties( xTempSubStorage, "MediaType4", false, ElementModes.READ ) ) in test() 293 …!m_aTestHelper.checkStorageProperties( xEmptySubStorage, "MediaType3", false, ElementModes.READ ) ) in test() [all …]
|
H A D | Test05.java | 166 ElementModes.READ | ElementModes.NOCREATE ); in test() 169 ElementModes.READ | ElementModes.NOCREATE ); in test() 177 ElementModes.READ | ElementModes.NOCREATE ); in test() 180 ElementModes.READ | ElementModes.NOCREATE ); in test() 187 || !m_aTestHelper.cantOpenStream( xSubSubStorage, "SubStream1", ElementModes.READ ) in test() 189 || !m_aTestHelper.cantOpenStream( xSubSubStorage, "BigSubStream1", ElementModes.READ ) ) in test() 255 pArgs[1] = new Integer( ElementModes.READ ); in test() 264 … ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ ) ) in test() 270 ElementModes.READ ); in test() 277 …( !m_aTestHelper.checkStorageProperties( xResSubStorage, "MediaType4", false, ElementModes.READ ) ) in test() [all …]
|
H A D | RegressionTest_i30400.java | 187 pArgs[1] = new Integer( ElementModes.READ ); in test() 200 ElementModes.READ ); in test() 211 ElementModes.READ ); in test() 344 pArgs[1] = new Integer( ElementModes.READ ); in TestCopyWithRenaming() 357 ElementModes.READ ); in TestCopyWithRenaming() 366 ElementModes.READ ); in TestCopyWithRenaming() 377 ElementModes.READ ); in TestCopyWithRenaming() 386 ElementModes.READ ); in TestCopyWithRenaming() 395 ElementModes.READ ); in TestCopyWithRenaming() 407 …per.checkStorageProperties( xTempSubSubStorage2_renamed, "MediaType6", false, ElementModes.READ ) ) in TestCopyWithRenaming() [all …]
|
H A D | RegressionTest_i49755.java | 229 … ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType1", true, ElementModes.READ ) ) in test() 235 ElementModes.READ ); in test() 242 …m_aTestHelper.checkStorageProperties( xResultSubStorage, "MediaType2", false, ElementModes.READ ) ) in test() 248 ElementModes.READ ); in test() 255 …TestHelper.checkStorageProperties( xResultSubSubStorage, "MediaType3", false, ElementModes.READ ) ) in test() 265 ElementModes.READ ); in test() 272 …_aTestHelper.checkStorageProperties( xResultSubStorage1, "MediaType5", false, ElementModes.READ ) ) in test()
|
H A D | RegressionTest_i30677.java | 229 pArgs[1] = new Integer( ElementModes.READ ); in test() 242 ElementModes.READ ); in test() 253 ElementModes.READ ); in test() 260 …_aTestHelper.checkStorageProperties( xTempSubSubStorage, "MediaType4", false, ElementModes.READ ) ) in test() 263 … !m_aTestHelper.checkStorageProperties( xTempSubStorage, "MediaType3", false, ElementModes.READ ) ) in test() 266 …if ( !m_aTestHelper.checkStorageProperties( xTempStorage, "MediaType2", true, ElementModes.READ ) ) in test()
|
H A D | TestHelper.java | 698 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in setStorageTypeAndCheckProps() 748 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in checkStorageProperties() 877 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkStream() 911 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkEncrStream() 927 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sWrongPas… in checkEncrStream() 942 Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sPass ); in checkEncrStream() 986 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkStreamH() 1027 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkEncrStreamH() 1044 …m = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.READ, sWrongPass ); in checkEncrStreamH() 1060 …Stream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.READ, sPass ); in checkEncrStreamH() [all …]
|
H A D | RegressionTest_i29169.java | 332 pArgs[1] = new Integer( ElementModes.READ ); in test() 344 ElementModes.READ ); in test() 354 ElementModes.READ ); in test() 363 …_aTestHelper.checkStorageProperties( xTempSubSubStorage, "MediaType3", false, ElementModes.READ ) ) in test() 366 … !m_aTestHelper.checkStorageProperties( xTempSubStorage, "MediaType4", false, ElementModes.READ ) ) in test() 369 …if ( !m_aTestHelper.checkStorageProperties( xTempStorage, "MediaType5", true, ElementModes.READ ) ) in test()
|
H A D | Test12.java | 203 … ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType2", true, ElementModes.READ ) ) in test() 222 ElementModes.READ ); in checkSubStorages() 226 ElementModes.READ ); in checkSubStorages() 234 …!m_aTestHelper.checkStorageProperties( xReadSubStorage1, "MediaType3", false, ElementModes.READ ) ) in checkSubStorages() 237 …!m_aTestHelper.checkStorageProperties( xReadSubStorage2, "MediaType3", false, ElementModes.READ ) ) in checkSubStorages()
|
H A D | RegressionTest_114358.java | 169 pArgs[1] = new Integer( ElementModes.READ ); in test() 181 ElementModes.READ ); in test() 188 …if ( !m_aTestHelper.checkStorageProperties( xTempStorage, "MediaType2", true, ElementModes.READ ) ) in test() 191 … !m_aTestHelper.checkStorageProperties( xTempSubStorage, "MediaType3", false, ElementModes.READ ) ) in test()
|
H A D | RegressionTest_i46848.java | 170 pArgs[1] = new Integer( ElementModes.READ ); in test() 182 ElementModes.READ ); in test() 189 …if ( !m_aTestHelper.checkStorageProperties( xTempStorage, "MediaType2", true, ElementModes.READ ) ) in test() 192 …stHelper.checkStorageProperties( xTempSubStorage, "ChangedMediaType3", false, ElementModes.READ ) ) in test()
|
H A D | Test08.java | 178 pArgs[1] = new Integer( ElementModes.READ ); in test() 187 … ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType4", true, ElementModes.READ ) ) in test() 193 ElementModes.READ ); in test() 200 …m_aTestHelper.checkStorageProperties( xResultSubStorage, "MediaType5", false, ElementModes.READ ) ) in test()
|
H A D | Test13.java | 166 if ( !m_aTestHelper.cantOpenStreamH( xTempFileStorage, aSubStream3Path, ElementModes.READ ) ) in testForPath() 169 if ( !m_aTestHelper.cantOpenStreamH( xTempFileStorage, aBigSubStream3Path, ElementModes.READ ) ) in testForPath() 201 pArgs[1] = new Integer( ElementModes.READ ); in testForPath() 210 … ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ ) ) in testForPath()
|
H A D | Test04.java | 227 ElementModes.READ ); in test() 234 … !m_aTestHelper.checkStorageProperties( xResSubStorage1, "MediaType4", false, ElementModes.READ ) ) in test() 241 ElementModes.READ ); in test() 248 … !m_aTestHelper.checkStorageProperties( xResSubStorage2, "MediaType5", false, ElementModes.READ ) ) in test()
|
/aoo41x/main/package/qa/ofopxmlstorages/ |
H A D | Test05.java | 180 ElementModes.READ | ElementModes.NOCREATE ); in test() 187 ElementModes.READ | ElementModes.NOCREATE ); in test() 194 || !m_aTestHelper.cantOpenStream( xSubSubStorage, "SubStream1", ElementModes.READ ) ) in test() 261 ElementModes.READ ); in test() 270 ElementModes.READ, in test() 277 ElementModes.READ ); in test() 286 ElementModes.READ, in test() 293 ElementModes.READ ); in test() 302 ElementModes.READ, in test()
|
H A D | Test08.java | 215 ElementModes.READ, in test() 235 ElementModes.READ ); in checkSubStorages() 239 ElementModes.READ ); in checkSubStorages() 249 ElementModes.READ, in checkSubStorages() 255 ElementModes.READ, in checkSubStorages()
|
H A D | TestHelper.java | 197 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in setStorageTypeAndCheckProps() 363 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in checkStorageProperties() 539 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkStream() 891 Object oDummyStorage = xStorage.openStorageElement( sName, ElementModes.READ ); in cantOpenStorage() 1001 pArgs[1] = new Integer( ElementModes.READ ); in createStorageFromInputStream()
|
H A D | Test04.java | 234 ElementModes.READ ); in test() 243 ElementModes.READ, in test() 251 ElementModes.READ ); in test() 260 ElementModes.READ, in test()
|
H A D | Test02.java | 153 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, true, ElementModes.READ, aRelations ) ) in test() 159 ElementModes.READ ); in test() 168 ElementModes.READ, in test()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_storage.cxx | 117 if ( ( eMode != READ ) && in createStorage() 152 case READ: in createStorage() 274 = queryParentStorage( rUri, READ ); in createInputStream() 281 = queryStream( xParentStorage, rUri, rPassword, READ, false ); in createInputStream() 472 case READ: in queryStorage() 536 if ( eMode == READ ) in queryStorage() 540 sal_Int32 nOpenMode = embed::ElementModes::READ in queryStorage() 615 case READ: in queryStream() 616 nOpenMode = embed::ElementModes::READ in queryStream() 655 if ( eMode == READ ) in queryStream() [all …]
|
/aoo41x/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 129 …d::XStorage > xSubStore = rxStore->openStorageElement( pNames[n], css::embed::ElementModes::READ ); in ImplFillElementList() 218 …orage > xSubStore = rxStore->openStorageElement( aSubStorageName, css::embed::ElementModes::READ ); in CreateElementList() 229 …orage > xSubStore = rxStore->openStorageElement( aSubStorageName, css::embed::ElementModes::READ ); in CreateElementList() 243 …XStorage > xTmpSubStore = rxStore->openStorageElement( pNames[n], css::embed::ElementModes::READ ); in CreateElementList() 266 …orage > xSubStore = rxStore->openStorageElement( aSubStorageName, css::embed::ElementModes::READ ); in CreateElementList() 278 …orage > xSubStore = rxStore->openStorageElement( aSubStorageName, css::embed::ElementModes::READ ); in CreateElementList() 289 …orage > xSubStore = rxStore->openStorageElement( aSubStorageName, css::embed::ElementModes::READ ); in CreateElementList() 312 sal_Int32 nSubStorageOpenMode = css::embed::ElementModes::READ; in OpenSignatureStream() 338 … DBG_ASSERT( nOpenMode == css::embed::ElementModes::READ, "Error creating signature stream..." ); in OpenSignatureStream()
|
/aoo41x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 72 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ ); in GetDoc() 105 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ ); in GetDoc() 106 …rence < io::XStream > xStream = xRoot->openStreamElement( aStreamName, embed::ElementModes::READ ); in GetDoc() 201 xRoot = xBlkRoot->openStorageElement( aPackageName, embed::ElementModes::READ ); in GetMacroTable() 207 sStreamName, embed::ElementModes::READ ); in GetMacroTable() 325 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ ); in GetBlockText() 333 …nce < io::XStream > xContents = xRoot->openStreamElement( aStreamName, embed::ElementModes::READ ); in GetBlockText() 499 …ce < io::XStream > xDocStream = xBlkRoot->openStreamElement( sDocName, embed::ElementModes::READ ); in ReadInfo()
|
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | dbdocrecovery.cxx | 203 lcl_getObjectMapStreamName(), ElementModes::READ ), UNO_SET_THROW ); in lcl_readObjectMap_throw() 353 … i_rDocumentStorage->openStorageElement( lcl_getRecoveryDataSubStorageName(), ElementModes::READ ); in recoverSubDocuments() 364 … SubComponentRecovery::getComponentsStorageName( aKnownTypes[i] ), ElementModes::READ ) ); in recoverSubDocuments() 379 …ponentRecovery::getComponentsStorageName( eComponentType ), ElementModes::READ ), UNO_QUERY_THROW … in recoverSubDocuments() 407 …ce< XStorage > xCompStor( xComponentsStor->openStorageElement( stor->first, ElementModes::READ ) ); in recoverSubDocuments()
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | ElementModes.idl | 36 <const>ElementModes::READ</const> and <const>ElementModes::WRITE</const> 47 const long READ = 1; 55 <const>ElementModes::READ</const> and/or 66 it is the same as <const>ElementModes::READ</const>.
|