/aoo4110/main/svl/source/items/ |
H A D | ctypeitm.cxx | 97 sal_Bool bEncrypted = sal_False; in Create() local 98 rStream >> bEncrypted; in Create() 99 DBG_ASSERT(!bEncrypted, in Create()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 156 sal_Bool bEncrypted ) in ReadThroughComponent() argument 230 if( bEncrypted ) in ReadThroughComponent() 264 if( bEncrypted ) in ReadThroughComponent() 379 sal_Bool bEncrypted = aAny.getValueType() == ::getBooleanCppuType() && in ReadThroughComponent() local 388 rName, bMustBeSuccessfull, bEncrypted ); in ReadThroughComponent()
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 213 sal_Bool bEncrypted ) in ReadThroughComponent() argument 279 if( bEncrypted ) in ReadThroughComponent() 313 if( bEncrypted ) in ReadThroughComponent() 429 sal_Bool bEncrypted = aAny.getValueType() == ::getBooleanCppuType() && in ReadThroughComponent() local 438 rName, bMustBeSuccessfull, bEncrypted ); in ReadThroughComponent()
|
/aoo4110/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 96 bEncrypted( sal_False ), in ContentProperties() 932 xRow->appendBoolean( rProp, rData.bEncrypted ); in getPropertyValues() 1056 rData.bEncrypted ); in getPropertyValues() 1302 if ( bNewValue != m_aProps.bEncrypted ) in setPropertyValues() 1305 aEvent.OldValue = uno::makeAny( m_aProps.bEncrypted ); in setPropertyValues() 1308 m_aProps.bEncrypted = bNewValue; in setPropertyValues() 2538 if ( !( aEncrypted >>= rProps.bEncrypted ) ) in loadData() 2792 uno::makeAny( m_aProps.bEncrypted ) ); in storeData()
|
H A D | pkgcontent.hxx | 85 sal_Bool bEncrypted; // Encrypted member 90 bCompressed( sal_True ), bEncrypted( sal_False ), in ContentProperties()
|
/aoo4110/main/package/qa/storages/ |
H A D | TestHelper.java | 288 boolean bEncrypted ) in WBToSubstrOfEncr() argument 319 xPropSet.setPropertyValue( "UseCommonStoragePasswordEncryption", new Boolean( bEncrypted ) ); in WBToSubstrOfEncr() 469 boolean bEncrypted, in WBToSubstrOfEncrH() argument 509 xPropSet.setPropertyValue( "UseCommonStoragePasswordEncryption", new Boolean( bEncrypted ) ); in WBToSubstrOfEncrH()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | digitalsignaturesdialog.cxx | 140 bool bEncrypted = false; in isXML() local 150 bEncrypted = true; in isXML() 154 bIsXML = sMediaType.equals(OUSTR("text/xml")) && ! bEncrypted; in isXML()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlwrap.cxx | 163 sal_Bool bEncrypted = sal_False; in ImportFromComponent() local 184 aAny >>= bEncrypted; in ImportFromComponent() 287 else if( bEncrypted ) in ImportFromComponent() 323 else if( bEncrypted ) in ImportFromComponent()
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 237 sal_Bool bEncrypted = sal_False; in ReadThroughComponent() local 262 …ps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ) >>= bEncrypted; in ReadThroughComponent() 301 ,bEncrypted ); in ReadThroughComponent()
|
/aoo4110/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 186 boolean bEncrypted ) in WBToSubstrOfEncr() argument 217 xPropSet.setPropertyValue( "Encrypted", new Boolean( bEncrypted ) ); in WBToSubstrOfEncr()
|
/aoo4110/main/starmath/source/ |
H A D | mathmlimport.cxx | 259 sal_Bool bEncrypted ) in ReadThroughComponent() argument 333 if ( bEncrypted ) in ReadThroughComponent() 342 if ( bEncrypted ) in ReadThroughComponent() 388 sal_Bool bEncrypted = sal_False; in ReadThroughComponent() local 390 aAny >>= bEncrypted; in ReadThroughComponent() 401 …turn ReadThroughComponent( xStream, xModelComponent, rFactory, rPropSet, pFilterName, bEncrypted ); in ReadThroughComponent()
|
H A D | mathmlimport.hxx | 62 sal_Bool bEncrypted );
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | xmlfilter.cxx | 377 sal_Bool bEncrypted = sal_False; in ReadThroughComponent() local 403 aAny >>= bEncrypted; in ReadThroughComponent()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 442 sal_Bool bEncrypted, 448 sal_Bool bEncrypted,
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objstor.cxx | 3695 sal_Bool SfxObjectShell::GenerateAndStoreThumbnail( sal_Bool bEncrypted, in GenerateAndStoreThumbnail() argument 3716 if ( xStream.is() && WriteThumbnail( bEncrypted, bSigned, bIsTemplate, xStream ) ) in GenerateAndStoreThumbnail() 3737 sal_Bool SfxObjectShell::WriteThumbnail( sal_Bool bEncrypted, in WriteThumbnail() argument 3750 if ( bEncrypted ) in WriteThumbnail()
|