Home
last modified time | relevance | path

Searched refs:IsParserWorking (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx356 while( IsParserWorking() ) in Continue()
364 if( IsParserWorking() ) in Continue()
454 while( bWeiter && IsParserWorking() ) in ScanText()
536 if( IsParserWorking() && !rInput.IsEof() ) in ScanText()
654 else if( IsParserWorking() ) in ScanText()
675 if( IsParserWorking() ) in ScanText()
849 !IsParserWorking() ) in ScanText()
893 while( bWeiter && IsParserWorking() ) in _GetNextRawToken()
925 IsParserWorking() && sTmpBuffer.getLength() < MAX_LEN ) in _GetNextRawToken()
1030 while( '-' == nNextCh && IsParserWorking() ) in _GetNextRawToken()
[all …]
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx684 } while( CSS1_NULL==nRet && IsParserWorking() ); in GetNextToken()
716 while( !bDone && IsParserWorking() ) in ParseStyleSheet()
748 while( IsParserWorking() ) in ParseStyleSheet()
789 while( CSS1_COMMA==nToken && IsParserWorking() ) in ParseRule()
824 while( CSS1_SEMICOLON==nToken && IsParserWorking() ) in ParseRule()
879 while( !bDone && IsParserWorking() ) in ParseSelector()
996 if( CSS1_COLON==nToken && IsParserWorking() ) in ParseSelector()
1070 while( !bDone && IsParserWorking() ) in ParseDeclaration()
1218 while( CSS1_SEMICOLON==nToken && IsParserWorking() ) in ParseStyleOption()
H A Dhtmltab.cxx3532 if( !IsParserWorking() && !pPendStack ) in BuildTableCell()
3949 while( (IsParserWorking() && !bDone) || bPending ) in BuildTableCell()
4151 if( IsParserWorking() || bPending ) in BuildTableCell()
4159 if( IsParserWorking() ) in BuildTableCell()
4269 if( !IsParserWorking() && !pPendStack ) in BuildTableRow()
4354 while( (IsParserWorking() && !bDone) || bPending ) in BuildTableRow()
4450 if( IsParserWorking() ) in BuildTableRow()
4476 if( !IsParserWorking() && !pPendStack ) in BuildTableSection()
4533 while( (IsParserWorking() && !bDone) || bPending ) in BuildTableSection()
4613 if( IsParserWorking() ) in BuildTableSection()
[all …]
H A Dparcss1.hxx226 sal_Bool IsParserWorking() const { return CSS1_PAR_WORKING == eState; } in IsParserWorking() function in CSS1Parser
H A Dhtmlcss1.cxx1860 if( IsParserWorking() ) in InsertLink()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx359 while( _nOpenBrakets && IsParserWorking() ) in ReadStyleTable()
363 case '}': if( --_nOpenBrakets && IsParserWorking() ) in ReadStyleTable()
463 while( '}' != ( nToken = GetNextToken() ) && IsParserWorking() ) in ReadColorTable()
480 if( IsParserWorking() ) in ReadColorTable()
514 while( _nOpenBrakets && IsParserWorking() ) in ReadFontTable()
523 if( --_nOpenBrakets <= 1 && IsParserWorking() ) in ReadFontTable()
633 if( bNewDoc && IsParserWorking() ) in ReadFontTable()
652 while( _nOpenBrakets && IsParserWorking() ) in GetTextToEndGroup()
690 while( bWeiter && IsParserWorking() ) in GetDateTimeStamp()
716 while( _nOpenBrakets && IsParserWorking() ) in ReadInfo()
H A Drtfgrf.cxx317 while( _nOpenBrakets && IsParserWorking() && bValidBmp ) in ReadBmpData()
H A Drtfitem.cxx228 while( bWeiter && IsParserWorking() ) // solange bekannte Attribute erkannt werden in ReadAttr()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx324 while( bWeiter && IsParserWorking() && aStrBuffer.Len() < MAX_STRING_LEN) in ScanText()
548 } while (sal_Unicode(EOF) != nNextCh && IsParserWorking()); in SkipGroup()
571 } while( sal_Unicode(EOF) != nNextCh && IsParserWorking() ); in SkipGroup()
616 while( IsParserWorking() ) in Continue()
670 if( IsParserWorking() ) in Continue()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx169 while( nNumOpenBrakets && IsParserWorking() ) in ReadListLevel()
328 if( IsParserWorking() && pCurNumFmt ) in ReadListLevel()
382 while( nNumOpenBrakets && IsParserWorking() ) in ReadListTable()
386 case '}': if( --nNumOpenBrakets && IsParserWorking() ) in ReadListTable()
530 while( nNumOpenBrakets && IsParserWorking() ) in ReadListOverrideTable()
535 if( --nNumOpenBrakets && IsParserWorking() ) in ReadListOverrideTable()
929 while( nNumOpenBrakets && IsParserWorking() ) in ReadNumSecLevel()
934 if( --nNumOpenBrakets && IsParserWorking() ) in ReadNumSecLevel()
H A Dswparrtf.cxx1122 while ('}' != (nToken = GetNextToken() ) && IsParserWorking()) in ReadShpRslt()
1141 while (level>0 && IsParserWorking()) in ReadShpTxt()
1186 while (level>0 && IsParserWorking()) in ReadDrawingObject()
1367 while (level>0 && IsParserWorking()) in ReadShapeObject()
1567 while( nNumOpenBrakets && IsParserWorking() ) in ReadRevTbl()
2498 } while (bWeiter && IsParserWorking()); in SetBorderLine()
2686 } while( bWeiter && IsParserWorking() ); in ReadDocControls()
2844 } while( bWeiter && IsParserWorking() ); in DoHairyWriterPageDesc()
3149 } while (bWeiter && IsParserWorking()); in ReadSectControls()
3196 while( nNumOpenBrakets && IsParserWorking() ) in SkipPageDescTbl()
[all …]
H A Drtffly.cxx906 } while( IsParserWorking() && in ReadFly()
940 } while( bWeiter && IsParserWorking() ); in ReadFly()
1034 while( !IsPardTokenRead() && IsParserWorking() ) in ReadFly()
1508 while( nOpenBrakets && IsParserWorking() && bWeiter && bValidOle ) in ReadOLEData()
1629 while( nOpenBrakets && IsParserWorking() && bWeiter ) in ReadOLEData()
H A Drtftbl.cxx152 } while( IsParserWorking() ); in ReadTable()
526 } while( bWeiter && IsParserWorking() ); in ReadTable()
H A Drtffld.cxx906 while (nNumOpenBrakets && IsParserWorking()) in ReadXEField()
1016 while (nNumOpenBrakets && IsParserWorking()) in ReadField()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx514 while( _nOpenBrakets && IsParserWorking() ) in ReadField()
579 while( _nOpenBrakets && IsParserWorking() ) in SkipGroup()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx136 inline int IsParserWorking() const { return SVPAR_WORKING == eState; } in IsParserWorking() function in SvParser