Searched refs:rRelation (Results 1 – 6 of 6) sorted by relevance
96 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()
70 OUString ContextHandler::getFragmentPathFromRelation( const Relation& rRelation ) const in getFragmentPathFromRelation()72 return mxBaseData->mxRelations->getFragmentPathFromRelation( rRelation ); in getFragmentPathFromRelation()
54 void AddRelation(const AccessibleRelation& rRelation)113 void AccessibleRelationSetHelperImpl::AddRelation(const AccessibleRelation& rRelation) in AddRelation() argument121 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() argument235 mpHelperImpl->AddRelation(rRelation); in AddRelation()
89 ::rtl::OUString getFragmentPathFromRelation( const Relation& rRelation ) const;
72 ::rtl::OUString getFragmentPathFromRelation( const Relation& rRelation ) const;
128 const ::com::sun::star::accessibility::AccessibleRelation& rRelation)
Completed in 35 milliseconds