Home
last modified time | relevance | path

Searched refs:aUniqueID (Results 1 – 7 of 7) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx322 …uno::Sequence< sal_Int8 > aUniqueID = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CO… in InitCodec() local
323 if ( aUniqueID.getLength() == 16 ) in InitCodec()
325 (void)memcpy( m_pDocId, aUniqueID.getConstArray(), 16 ); in InitCodec()
H A Dmsdffimp.cxx3181 ByteString aUniqueID; member
3185 aUniqueID( rUniqueID ), in EscherBlipCacheEntry()
6505 GraphicObject aGraphicObject( pEntry->aUniqueID ); in GetBLIP()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx298 …uno::Sequence< sal_Int8 > aUniqueID = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CO… in initCodec() local
299 if ( aUniqueID.getLength() == 16 ) in initCodec()
301 (void)memcpy( mpnUnique, aUniqueID.getConstArray(), 16 ); in initCodec()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1660 …uno::Sequence< sal_Int8 > aUniqueID = ::comphelper::DocPasswordHelper::GenerateRandomByteSequence(… in execute() local
1661 … = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPasswordRequest->getPassword(), aUniqueID ); in execute()
1667 … aHashData[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "STD97UniqueID" ) ) ] <<= aUniqueID; in execute()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1435 …ByteString aUniqueID( String(rURL.copy( sizeof( UNO_NAME_GRAPHOBJ_URLPREFIX ) - 1 )), RTL_TEXTENCO… in CreateGraphicObjectFromURL() local
1436 return GraphicObject( aUniqueID ); in CreateGraphicObjectFromURL()
H A Dprovider.cxx165 ByteString aUniqueID( aTmpStr, RTL_TEXTENCODING_UTF8 ); in implLoadGraphicObject() local
166 GraphicObject aGrafObj( aUniqueID ); in implLoadGraphicObject()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1703 ByteString aUniqueID( aTmpStr, RTL_TEXTENCODING_UTF8 ); in setPropertyValueImpl() local
1704 GraphicObject aGrafObj( aUniqueID ); in setPropertyValueImpl()

Completed in 134 milliseconds