Home
last modified time | relevance | path

Searched refs:rRelation (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/oox/source/core/
H A Drelations.cxx96 OUString Relations::getFragmentPathFromRelation( const Relation& rRelation ) const in getFragmentPathFromRelation()
99 if( rRelation.mbExternal || (rRelation.maTarget.getLength() == 0) ) in getFragmentPathFromRelation()
103 if( rRelation.maTarget[ 0 ] == '/' ) in getFragmentPathFromRelation()
104 return rRelation.maTarget.copy( 1 ); in getFragmentPathFromRelation()
108 return rRelation.maTarget; in getFragmentPathFromRelation()
113 while( nStartPos < rRelation.maTarget.getLength() ) in getFragmentPathFromRelation()
115 sal_Int32 nSepPos = rRelation.maTarget.indexOf( '/', nStartPos ); in getFragmentPathFromRelation()
116 if( nSepPos < 0 ) nSepPos = rRelation.maTarget.getLength(); in getFragmentPathFromRelation()
118 …if( (nStartPos + 2 == nSepPos) && (rRelation.maTarget[ nStartPos ] == '.') && (rRelation.maTarget[… in getFragmentPathFromRelation()
121 … aPath = lclAppendFileName( aPath, rRelation.maTarget.copy( nStartPos, nSepPos - nStartPos ) ); in getFragmentPathFromRelation()
H A Dcontexthandler.cxx70 OUString ContextHandler::getFragmentPathFromRelation( const Relation& rRelation ) const in getFragmentPathFromRelation()
72 return mxBaseData->mxRelations->getFragmentPathFromRelation( rRelation ); in getFragmentPathFromRelation()
/aoo4110/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx54 void AddRelation(const AccessibleRelation& rRelation)
113 void AccessibleRelationSetHelperImpl::AddRelation(const AccessibleRelation& rRelation) in AddRelation() argument
121 if (maRelations[i].RelationType == rRelation.RelationType) in AddRelation()
127 …maRelations[i].TargetSet = comphelper::concatSequences(maRelations[i].TargetSet, rRelation.TargetS… in AddRelation()
129 maRelations.push_back(rRelation); in AddRelation()
231 void AccessibleRelationSetHelper::AddRelation(const AccessibleRelation& rRelation) in AddRelation() argument
235 mpHelperImpl->AddRelation(rRelation); in AddRelation()
/aoo4110/main/oox/inc/oox/core/
H A Drelations.hxx89 ::rtl::OUString getFragmentPathFromRelation( const Relation& rRelation ) const;
H A Dcontexthandler.hxx72 ::rtl::OUString getFragmentPathFromRelation( const Relation& rRelation ) const;
/aoo4110/main/unotools/inc/unotools/
H A Daccessiblerelationsethelper.hxx128 const ::com::sun::star::accessibility::AccessibleRelation& rRelation)

Completed in 22 milliseconds