Home
last modified time | relevance | path

Searched refs:IsNewDoc (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx275 if (IsNewDoc()) in Continue()
307 if( !IsNewDoc() ) // in ein Dokument einfuegen ? in Continue()
354 if( !IsNewDoc() && pSttNdIdx->GetIndex() ) in Continue()
430 maSegments.InsertSegments(IsNewDoc()); in Continue()
447 if( IsNewDoc() ) in Continue()
500 else if( !IsNewDoc() ) in Continue()
1633 if( !IsNewDoc() ) in NextToken()
1679 if( !IsNewDoc() ) in NextToken()
1913 if( IsNewDoc() && bSwPageDesc && in NextToken()
1977 if( IsNewDoc() && nTokenValue && -1 != nTokenValue ) in NextToken()
[all …]
H A Drtftbl.cxx114 ASSERT(!mrReader.IsNewDoc() || !maSegments.empty(), in PrependedInlineNode()
H A Drtffly.cxx552 if( !IsNewDoc() ) in ReadFly()
/AOO41X/main/sw/source/filter/html/
H A Dswhtml.cxx365 pCSS1Parser = new SwCSS1Parser( pDoc, aFontHeights, sBaseURL, IsNewDoc() ); in SwHTMLParser()
528 if( !IsNewDoc() ) // in ein Dokument einfuegen ? in CallParser()
677 if( IsNewDoc() ) in Continue()
706 if( !IsNewDoc() && pSttNdIdx->GetIndex() ) in Continue()
770 if( IsNewDoc() ) in Continue()
820 else if( !IsNewDoc() ) in Continue()
853 if( IsNewDoc() ) in Continue()
944 if( IsNewDoc() ) in DocumentDetected()
1008 if( IsNewDoc() && sTitle.Len() ) in NextToken()
1267 if( IsNewDoc() ) in NextToken()
[all …]
H A Dhtmlsect.cxx149 if( !bPositioned && (bHeader || bFooter) && IsNewDoc() ) in NewDivision()
322 if( !IsNewDoc() ) in NewDivision()
630 if( !IsNewDoc() ) in NewMultiCol()
702 if( !IsNewDoc() ) in NewMultiCol()
H A Dhtmlplug.cxx447 if( !IsNewDoc() ) in InsertEmbed()
622 if( !IsNewDoc() ) in NewObject()
756 if( !IsNewDoc() ) in InsertApplet()
947 if( !IsNewDoc() ) in InsertFloatingFrame()
H A Dhtmlctxt.cxx449 if( !IsNewDoc() ) in DoPositioning()
488 if( !IsNewDoc() ) in CreateContainer()
H A Dhtmlbas.cxx120 bInsIntoBasic && IsNewDoc() ) in EndScript()
H A Dhtmldraw.cxx108 if( !IsNewDoc() ) in InsertDrawObject()
H A Dhtmlgrin.cxx478 if( !IsNewDoc() ) in InsertImage()
H A Dhtmltab.cxx635 inline sal_Bool IsNewDoc() const { return pParser->IsNewDoc(); } in IsNewDoc() function in HTMLTable
3767 if( !pCurTable->IsNewDoc() ) in BuildTableCell()
/AOO41X/main/sw/inc/
H A DIDocumentState.hxx57 virtual bool IsNewDoc() const = 0;
H A Ddoc.hxx951 virtual bool IsNewDoc() const;
/AOO41X/main/svtools/inc/svtools/
H A Dparhtml.hxx172 sal_Bool IsNewDoc() const { return bNewDoc; } in IsNewDoc() function in HTMLParser
/AOO41X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx337 int IsNewDoc() const { return bNewDoc; } in IsNewDoc() function in SvxRTFParser
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx3939 if (IsNewDoc() && rIter == rStart) in SetSwFmtPageDesc()
3958 if (IsNewDoc() && rIter == rStart) in SetSwFmtPageDesc()
4013 bool wwSectionManager::IsNewDoc() const in IsNewDoc() function in wwSectionManager
H A Dww8par.hxx803 bool IsNewDoc() const;
/AOO41X/main/sw/source/core/doc/
H A Ddoc.cxx1907 bool SwDoc::IsNewDoc() const in IsNewDoc() function in SwDoc
/AOO41X/main/sw/source/core/layout/
H A Dfrmtool.cxx950 pDoc->DoesContainAtPageObjWithContentAnchor() && !pDoc->IsNewDoc() ) in ~SwCntntNotify()