Home
last modified time | relevance | path

Searched refs:nContextStAttrMin (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sw/source/filter/html/
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()
H A Dhtmltab.cxx133 sal_uInt16 nContextStAttrMin; member in _HTMLTableContext
149 nContextStAttrMin( nCntxtStAttrMin ), in _HTMLTableContext()
3125 nContextStAttrMinSave = rParser.nContextStAttrMin; in _SectionSaveStruct()
3127 rParser.nContextStAttrMin = rParser.nContextStMin; in _SectionSaveStruct()
3159 rParser.nContextStAttrMin = nContextStAttrMinSave; in Restore()
3737 nContextStAttrMin ); in BuildTableCell()
3949 nContextStAttrMin = nContextStMin; in BuildTableCell()
4225 while( aContexts.Count() > nContextStAttrMin+1 ) in BuildTableCell()
4245 while( aContexts.Count() > nContextStAttrMin ) in BuildTableCell()
5053 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 Dswhtml.hxx442 sal_uInt16 nContextStAttrMin; // Untergrenze fuer Attributierung member in SwHTMLParser
H A Dswhtml.cxx299 nContextStAttrMin( 0 ), in SwHTMLParser()
4494 for( i = nContextStAttrMin; i < aContexts.Count(); i++ ) in SetTxtCollAttrs()

Completed in 64 milliseconds