Home
last modified time | relevance | path

Searched refs:nContextStAttrMin (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx440 sal_uInt16 nContextStAttrMin;// Lower limit for attribution member in SwHTMLParser
H A Dswhtml.cxx299 nContextStAttrMin( 0 ), in SwHTMLParser()
4471 for( i = nContextStAttrMin; i < aContexts.Count(); i++ ) in SetTxtCollAttrs()
H A Dhtmltab.cxx131 sal_uInt16 nContextStAttrMin; member in _HTMLTableContext
147 nContextStAttrMin( nCntxtStAttrMin ), in _HTMLTableContext()
3111 nContextStAttrMinSave = rParser.nContextStAttrMin; in _SectionSaveStruct()
3113 rParser.nContextStAttrMin = rParser.nContextStMin; in _SectionSaveStruct()
3145 rParser.nContextStAttrMin = nContextStAttrMinSave; in Restore()
3722 nContextStAttrMin ); in BuildTableCell()
3934 nContextStAttrMin = nContextStMin; in BuildTableCell()
4210 while( aContexts.Count() > nContextStAttrMin+1 ) in BuildTableCell()
4230 while( aContexts.Count() > nContextStAttrMin ) in BuildTableCell()
5038 while( aContexts.Count() > nContextStAttrMin+1 ) in BuildTableCaption()
[all …]
H A Dhtmlcss1.cxx2298 while( nPos > nContextStAttrMin ) in GetMarginsFromContext()
2336 while( nPos > nContextStAttrMin ) in GetULSpaceFromContext()
H A Dhtmlctxt.cxx64 sal_uInt16 nContextStAttrMin; // In Umgebung gueltige Stack- member in _HTMLAttrContext_SaveDoc
79 nContextStMin( USHRT_MAX ), nContextStAttrMin( USHRT_MAX ), in _HTMLAttrContext_SaveDoc()
100 void SetContextStAttrMin( sal_uInt16 nMin ) { nContextStAttrMin = nMin; } in SetContextStAttrMin()
101 sal_uInt16 GetContextStAttrMin() const { return nContextStAttrMin; } in GetContextStAttrMin()
290 pSave->SetContextStAttrMin( nContextStAttrMin ); in SaveDocContext()
291 nContextStAttrMin = aContexts.Count(); in SaveDocContext()
333 nContextStAttrMin = pSave->GetContextStAttrMin(); in RestoreDocContext()
541 ASSERT( aContexts.Count() <= nContextStAttrMin || in InsertAttrs()

Completed in 93 milliseconds