Searched refs:pAttrStandard (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/filter/lotus/ |
H A D | memory.cxx | 45 *pAttrRepeat, *pAttrStandard; // -> tool.cxx, fuer GetFormAttr() 60 pAttrStandard = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ); in MemNew() 73 delete pAttrStandard; in MemDelete()
|
H A D | tool.cxx | 60 extern SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard; 64 SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard; variable 111 pJustify = pAttrStandard; in PutFormString()
|
Completed in 14 milliseconds