Home
last modified time | relevance | path

Searched refs:bEncrypted (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svl/source/items/
H A Dctypeitm.cxx97 sal_Bool bEncrypted = sal_False; in Create() local
98 rStream >> bEncrypted; in Create()
99 DBG_ASSERT(!bEncrypted, in Create()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx140 sal_Bool bEncrypted ) in ReadThroughComponent() argument
214 if( bEncrypted ) in ReadThroughComponent()
248 if( bEncrypted ) in ReadThroughComponent()
363 sal_Bool bEncrypted = aAny.getValueType() == ::getBooleanCppuType() && in ReadThroughComponent() local
372 rName, bMustBeSuccessfull, bEncrypted ); in ReadThroughComponent()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx213 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()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx96 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 Dpkgcontent.hxx85 sal_Bool bEncrypted; // Encrypted member
90 bCompressed( sal_True ), bEncrypted( sal_False ), in ContentProperties()
/trunk/main/package/qa/storages/
H A DTestHelper.java288 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()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx163 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()
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx140 bool bEncrypted = false; in isXML() local
150 bEncrypted = true; in isXML()
154 bIsXML = sMediaType.equals(OUSTR("text/xml")) && ! bEncrypted; in isXML()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx237 sal_Bool bEncrypted = sal_False; in ReadThroughComponent() local
262 …ps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ) >>= bEncrypted; in ReadThroughComponent()
301 ,bEncrypted ); in ReadThroughComponent()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java186 boolean bEncrypted ) in WBToSubstrOfEncr() argument
217 xPropSet.setPropertyValue( "Encrypted", new Boolean( bEncrypted ) ); in WBToSubstrOfEncr()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx259 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 Dmathmlimport.hxx62 sal_Bool bEncrypted );
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx377 sal_Bool bEncrypted = sal_False; in ReadThroughComponent() local
403 aAny >>= bEncrypted; in ReadThroughComponent()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx465 sal_Bool bEncrypted,
471 sal_Bool bEncrypted,
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx3695 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()

Completed in 140 milliseconds