Searched refs:rTag (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 549 Insert( new ParserError( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddError() 554 Insert( new ParserWarning( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddWarning() 1351 pErrorList->AddError( nErrNr, aErrMsg, rTag); in ParseError() 1364 String aLexem( SimpleParser::GetLexem( rTag ) ); in ParserMessage() 1367 if ( rTag.nId == TAG_NOMORETAGS ) in ParserMessage() 1369 else if ( rTag.nPos != TOK_INVALIDPOS ) in ParserMessage() 1372 aErrorText.Append( ByteString::CreateFromInt32( rTag.nPos ) ); in ParserMessage() 1374 nTagBegin = rTag.nPos; in ParserMessage() 1378 ParserError::ParserError( sal_uInt16 ErrorNr, ByteString ErrorText, const TokenInfo &rTag ) in ParserError() argument 1379 : ParserMessage( ErrorNr, ErrorText, rTag ) in ParserError() [all …]
|
H A D | cfgmerge.cxx | 293 CfgStackData* CfgStack::Push( const ByteString &rTag, const ByteString &rId ) in Push() argument 295 CfgStackData *pD = new CfgStackData( rTag, rId ); in Push()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | svxcss1.hxx | 348 void InsertTag( const String& rTag, const SfxItemSet& rItemSet, 351 inline SvxCSS1MapEntry *GetTag( const String& rTag ) const; 416 inline void SvxCSS1Parser::InsertTag( const String& rTag, in InsertTag() argument 420 InsertMapEntry( rTag, rItemSet, rProp, aTags ); in InsertTag() 423 inline SvxCSS1MapEntry *SvxCSS1Parser::GetTag( const String& rTag ) const in GetTag() 425 return GetMapEntry( rTag, aTags ); in GetTag()
|
/aoo41x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 124 void AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 125 void AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 280 ParserMessage( sal_uInt16 PnErrorNr, ByteString PaErrorText, const TokenInfo &rTag ); 297 ParserError( sal_uInt16 PnErrorNr, ByteString PaErrorText, const TokenInfo &rTag ); 306 ParserWarning( sal_uInt16 PnErrorNr, ByteString PaErrorText, const TokenInfo &rTag ); 336 void ParseError( sal_uInt16 nErrNr, ByteString aErrMsg, const TokenInfo &rTag );
|
H A D | cfgmerge.hxx | 55 CfgStackData( const ByteString &rTag, const ByteString &rId ) in CfgStackData() argument 56 : sTagType( rTag ), sIdentifier( rId ) {}; in CfgStackData() 76 CfgStackData *Push( const ByteString &rTag, const ByteString &rId );
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationmanagerimpl.hxx | 94 void onTagSelected( AnnotationTag& rTag ); 95 void onTagDeselected( AnnotationTag& rTag );
|
H A D | annotationmanager.cxx | 756 void AnnotationManagerImpl::onTagSelected( AnnotationTag& rTag ) in onTagSelected() argument 758 mxSelectedAnnotation = rTag.GetAnnotation(); in onTagSelected() 764 void AnnotationManagerImpl::onTagDeselected( AnnotationTag& rTag ) in onTagDeselected() argument 766 if( rTag.GetAnnotation() == mxSelectedAnnotation ) in onTagDeselected()
|
/aoo41x/main/writerfilter/source/resourcemodel/ |
H A D | TagLogger.cxx | 397 (XMLTag & rTag, writerfilter::Reference<Properties>::Pointer_t pProps) in resolve() argument 403 rTag.addTag(aHandler.getTag()); in resolve()
|
/aoo41x/main/writerfilter/inc/resourcemodel/ |
H A D | TagLogger.hxx | 141 void resolve(XMLTag & rTag,
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 1552 util::RevisionTag& rTag = pImp->aVersions[nVersion]; in GetStorage() local 1561 …uno::Reference < io::XStream > xStr = xSub->openStreamElement( rTag.Identifier, embed::ElementMode… in GetStorage()
|
Completed in 74 milliseconds