/aoo41x/main/chart2/source/model/main/ |
H A D | LayoutContainer.cxx | 52 const ::rtl::OUString& aIdentifier, in addConstrainedElementByIdentifier() 58 addElementByIdentifier( aIdentifier ); in addConstrainedElementByIdentifier() 59 m_aConstraints[ aIdentifier ] = Constraint; in addConstrainedElementByIdentifier() 68 aIdentifier ) != m_aLayoutElements.end()) in addElementByIdentifier() 71 m_aLayoutElements.push_back( aIdentifier ); in addElementByIdentifier() 81 aIdentifier )); in removeElementByIdentifier() 87 m_aConstraints.erase( aIdentifier ); in removeElementByIdentifier() 91 const ::rtl::OUString& aIdentifier, in setConstraintByIdentifier() 98 aIdentifier ) == m_aLayoutElements.end()) in setConstraintByIdentifier() 101 m_aConstraints[ aIdentifier ] = Constraint; in setConstraintByIdentifier() [all …]
|
H A D | LayoutContainer.hxx | 52 …virtual void SAL_CALL addConstrainedElementByIdentifier( const ::rtl::OUString& aIdentifier, const… 56 virtual void SAL_CALL addElementByIdentifier( const ::rtl::OUString& aIdentifier ) 59 virtual void SAL_CALL removeElementByIdentifier( const ::rtl::OUString& aIdentifier ) 62 …virtual void SAL_CALL setConstraintByIdentifier( const ::rtl::OUString& aIdentifier, const ::com::… 65 …::star::layout::Constraint SAL_CALL getConstraintByIdentifier( const ::rtl::OUString& aIdentifier )
|
/aoo41x/main/basic/source/basmgr/ |
H A D | vbahelper.cxx | 86 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in DocumentsEnumeration() 94 if( xModuleManager->identify( xCurrModel ) == aIdentifier ) in DocumentsEnumeration() 230 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in registerCurrentDirectory() 231 if( !aIdentifier.isEmpty() ) in registerCurrentDirectory() 232 rPool.maCurrDirs[ aIdentifier ] = rPath; in registerCurrentDirectory() 250 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in getCurrentDirectory() 251 aPath = rPool.maCurrDirs[ aIdentifier ]; in getCurrentDirectory()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 1718 if ( MimeConfigurationHelper::ClassIDsEqual( aIdentifier, aCLSID ) ) in getSomething() 1722 sal_Int32 nLength = aIdentifier.getLength(); in getSomething() 1726 if ( aIdentifier[n] != aCLSID[n] ) in getSomething() 1728 if ( aIdentifier[7] == aCLSID[6] && in getSomething() 1729 aIdentifier[6] == aCLSID[7] && in getSomething() 1730 aIdentifier[5] == aCLSID[4] && in getSomething() 1731 aIdentifier[4] == aCLSID[5] && in getSomething() 1732 aIdentifier[3] == aCLSID[0] && in getSomething() 1733 aIdentifier[2] == aCLSID[1] && in getSomething() 1734 aIdentifier[1] == aCLSID[2] && in getSomething() [all …]
|
/aoo41x/main/xmlsecurity/source/xmlsec/ |
H A D | xmlelementwrapper_xmlsecimpl.cxx | 61 …AL_CALL XMLElementWrapper_XmlSecImpl::getSomething( const cssu::Sequence< sal_Int8 >& aIdentifier ) in getSomething() argument 64 if (aIdentifier.getLength() == 16 && in getSomething() 67 aIdentifier.getConstArray(), in getSomething()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 74 …rkup::commitTextRangeMarkup(::sal_Int32 nType, const ::rtl::OUString & aIdentifier, const uno::Ref… in commitTextRangeMarkup() argument 105 …commitStringMarkup (nType, aIdentifier, startPos->nContent.GetIndex(), endPos->nContent.GetIndex()… in commitTextRangeMarkup() 114 …commitStringMarkup (nType, aIdentifier, startPos->nContent.GetIndex(), endPos->nContent.GetIndex()… in commitTextRangeMarkup() 457 rDesc.aIdentifier, rDesc.nOffset, rDesc.nLength, rDesc.xMarkupInfoContainer ); in commitMultiTextMarkup() 466 rDesc.aIdentifier, rDesc.nOffset, rDesc.nLength, rDesc.xMarkupInfoContainer ); in commitMultiTextMarkup()
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XTextMarkup.idl | 70 @param aIdentifier 83 [in] string aIdentifier, 89 [in] string aIdentifier,
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | xmlsecuritycontext_nssimpl.cxx | 284 …t64 SAL_CALL XMLSecurityContext_NssImpl :: getSomething( const Sequence< sal_Int8 >& aIdentifier ) 287 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId…
|
H A D | x509certificate_nssimpl.cxx | 325 sal_Int64 SAL_CALL X509Certificate_NssImpl :: getSomething( const Sequence< sal_Int8 >& aIdentifier… in getSomething() argument 326 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId… in getSomething()
|
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | xmlsecuritycontext_mscryptimpl.cxx | 304 …SAL_CALL XMLSecurityContext_MSCryptImpl :: getSomething( const Sequence< sal_Int8 >& aIdentifier ) 307 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId…
|
H A D | x509certificate_mscryptimpl.cxx | 485 …09Certificate_MSCryptImpl :: getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw( Runtim… in getSomething() argument 486 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId… in getSomething()
|
/aoo41x/main/sc/inc/ |
H A D | textuno.hxx | 101 sal_Int8 >& aIdentifier ) 267 sal_Int8 >& aIdentifier ) 295 sal_Int8 >& aIdentifier ) 325 sal_Int8 >& aIdentifier )
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 135 ::rtl::OUStringBuffer aIdentifier; in IMPLEMENT_IMPLEMENTATION_ID() 136 aIdentifier.appendAscii( "private:" ); in IMPLEMENT_IMPLEMENTATION_ID() 137 aIdentifier.append( impl_getHierarchicalName( true ) ); in IMPLEMENT_IMPLEMENTATION_ID() 138 …return new ::ucbhelper::ContentIdentifier( m_aContext.getLegacyServiceFactory(), aIdentifier.makeS… in IMPLEMENT_IMPLEMENTATION_ID()
|
/aoo41x/main/vcl/source/window/ |
H A D | wpropset.cxx | 273 rtl::OUString aIdentifier, aProperty; in propertyChange() local 274 spliceIdentifiedPropertyName( i_rEvent.PropertyName, aIdentifier, aProperty ); in propertyChange() 276 mpImpl->maProperties.find( aIdentifier ); in propertyChange()
|
/aoo41x/main/svx/inc/svx/ |
H A D | unoprov.hxx | 41 ::rtl::OUString aIdentifier; 44 …UHashMapEntry(const sal_Char * value, sal_Int32 length, sal_uInt32 _nId) : aIdentifier(value,lengt… in UHashMapEntry()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | imagewrapper.cxx | 108 sal_Int64 SAL_CALL ImageWrapper::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw ( Ru… in getSomething() argument 110 if ( aIdentifier == impl_getStaticIdentifier() ) in getSomething()
|
H A D | rootactiontriggercontainer.cxx | 280 … RootActionTriggerContainer::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw ( Runti… in getSomething() argument 282 if ( aIdentifier == impl_getStaticIdentifier() ) in getSomething()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unodispatch.cxx | 187 const uno::Sequence< sal_Int8 >& aIdentifier ) in getSomething() 190 if( aIdentifier.getLength() == 16 in getSomething() 192 aIdentifier.getConstArray(), 16 ) ) in getSomething()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_service.cxx | 90 Any aIdentifier = xConn->getIdentifier(); in CreateClipboard() local 91 aIdentifier >>= aDisplayName; in CreateClipboard()
|
H A D | X11_droptarget.cxx | 66 Any aIdentifier; in initialize() local 67 aIdentifier >>= aDisplayName; in initialize()
|
/aoo41x/main/udkapi/com/sun/star/lang/ |
H A D | XUnoTunnel.idl | 61 @param aIdentifier 66 hyper getSomething( [in] sequence< byte > aIdentifier );
|
/aoo41x/main/sw/inc/ |
H A D | unotextmarkup.hxx | 65 …virtual void SAL_CALL commitStringMarkup(::sal_Int32 nType, const ::rtl::OUString & aIdentifier, :… 68 …_CALL commitTextRangeMarkup(::sal_Int32 nType, const ::rtl::OUString & aIdentifier, const ::com::s…
|
H A D | unoflatpara.hxx | 76 …virtual void SAL_CALL commitStringMarkup(::sal_Int32 nType, const ::rtl::OUString & aIdentifier, :… 79 …_CALL commitTextRangeMarkup(::sal_Int32 nType, const ::rtl::OUString & aIdentifier, const ::com::s…
|
/aoo41x/main/svl/source/numbers/ |
H A D | supservs.cxx | 200 …ormatsSupplierServiceObject::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw (Runtim… in getSomething() argument 202 sal_Int64 nReturn = SvNumberFormatsSupplierObj::getSomething( aIdentifier ); in getSomething()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 225 while (pMap->aIdentifier.getLength()) in getAvailableServiceNames() 236 while(pMap->aIdentifier.getLength()) in getAvailableServiceNames() 238 pStrings[nIdx] = pMap->aIdentifier; in getAvailableServiceNames()
|