Lines Matching refs:XMLPropertyState

58 inline void lcl_RemoveState( XMLPropertyState* pState )  in lcl_RemoveState()
64 void lcl_RemoveStateIfZero16( XMLPropertyState* pState ) in lcl_RemoveStateIfZero16()
71 void lcl_AddState(::std::vector< XMLPropertyState >& rPropState, sal_Int32 nIndex, const rtl::OUStr… in lcl_AddState()
74 rPropState.push_back(XMLPropertyState (nIndex, cppu::bool2any(sal_True))); in lcl_AddState()
82 XMLPropertyState* pPMMarginAll;
83 XMLPropertyState* pPMMarginTop;
84 XMLPropertyState* pPMMarginBottom;
85 XMLPropertyState* pPMMarginLeft;
86 XMLPropertyState* pPMMarginRight;
88 XMLPropertyState* pPMBorderAll;
89 XMLPropertyState* pPMBorderTop;
90 XMLPropertyState* pPMBorderBottom;
91 XMLPropertyState* pPMBorderLeft;
92 XMLPropertyState* pPMBorderRight;
94 XMLPropertyState* pPMBorderWidthAll;
95 XMLPropertyState* pPMBorderWidthTop;
96 XMLPropertyState* pPMBorderWidthBottom;
97 XMLPropertyState* pPMBorderWidthLeft;
98 XMLPropertyState* pPMBorderWidthRight;
100 XMLPropertyState* pPMPaddingAll;
101 XMLPropertyState* pPMPaddingTop;
102 XMLPropertyState* pPMPaddingBottom;
103 XMLPropertyState* pPMPaddingLeft;
104 XMLPropertyState* pPMPaddingRight;
107 void ContextFilter( ::std::vector< XMLPropertyState >& rPropState );
137 void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& ) in ContextFilter() argument
240 const XMLPropertyState& rProperty, in handleElementItem()
242 const ::std::vector< XMLPropertyState >* pProperties, in handleElementItem()
279 const XMLPropertyState& rPos = (*pProperties)[nIdx - 2]; in handleElementItem()
285 const XMLPropertyState& rFilter = (*pProperties)[nIdx - 1]; in handleElementItem()
309 const XMLPropertyState&, in handleSpecialItem() argument
312 const ::std::vector< XMLPropertyState >*, in handleSpecialItem()
318 ::std::vector< XMLPropertyState >& rPropState, in ContextFilter()
325 XMLPropertyState* pPMHeaderHeight = NULL; in ContextFilter()
326 XMLPropertyState* pPMHeaderMinHeight = NULL; in ContextFilter()
327 XMLPropertyState* pPMHeaderDynamic = NULL; in ContextFilter()
329 XMLPropertyState* pPMFooterHeight = NULL; in ContextFilter()
330 XMLPropertyState* pPMFooterMinHeight = NULL; in ContextFilter()
331 XMLPropertyState* pPMFooterDynamic = NULL; in ContextFilter()
333 XMLPropertyState* pPMScaleTo = NULL; in ContextFilter()
334 XMLPropertyState* pPMScaleToPages = NULL; in ContextFilter()
335 XMLPropertyState* pPMScaleToX = NULL; in ContextFilter()
336 XMLPropertyState* pPMScaleToY = NULL; in ContextFilter()
337 XMLPropertyState* pPMStandardMode = NULL; in ContextFilter()
338 XMLPropertyState* pPMGridBaseWidth = NULL; in ContextFilter()
339 XMLPropertyState* pPMGridSnapToChars = NULL; in ContextFilter()
341 XMLPropertyState* pPrint = NULL; in ContextFilter()
344 XMLPropertyState* pRepeatOffsetX = NULL; in ContextFilter()
345 XMLPropertyState* pRepeatOffsetY = NULL; in ContextFilter()
346 XMLPropertyState* pHeaderRepeatOffsetX = NULL; in ContextFilter()
347 XMLPropertyState* pHeaderRepeatOffsetY = NULL; in ContextFilter()
348 XMLPropertyState* pFooterRepeatOffsetX = NULL; in ContextFilter()
349 XMLPropertyState* pFooterRepeatOffsetY = NULL; in ContextFilter()
353 …for( ::std::vector< XMLPropertyState >::iterator aIter = rPropState.begin(); aIter != rPropState.e… in ContextFilter()
355 XMLPropertyState *pProp = &(*aIter); in ContextFilter()