Home
last modified time | relevance | path

Searched refs:stcBase (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx92 : pPapx(0), pParent(0), stcBase(0), stcNext(0), bUsed(false) in Ww1Style()
105 stcBase = 222; in SetDefaults()
216 stcBase = SVBT8ToByte(p); in ReadEstcp()
H A Dw1class.hxx256 sal_uInt8 stcBase; member in Ww1Style
269 sal_uInt16 GetnBase() const { return stcBase; } in GetnBase()
H A Dw1filter.cxx1223 if(pParent->GetStyle(stcBase).IsUsed() ) // Basis gueltig ? in Out()
1224 rOut.BaseStyle(stcBase); in Out()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4633 sal_uInt8 stcNext, stcBase; in ImportOldFormatStyles() local
4635 rSt >> stcBase; in ImportOldFormatStyles()
4643 if (stc == stcBase) in ImportOldFormatStyles()
4644 stcBase = 222; in ImportOldFormatStyles()
4647 rSI.nBase = stcBase; in ImportOldFormatStyles()