Lines Matching refs:XMLPropertyState

57 inline void lcl_RemoveState( XMLPropertyState* pState )  in lcl_RemoveState()
63 void lcl_RemoveStateIfZero16( XMLPropertyState* pState ) in lcl_RemoveStateIfZero16()
70 void lcl_AddState(::std::vector< XMLPropertyState >& rPropState, sal_Int32 nIndex, const rtl::OUStr… in lcl_AddState()
73 rPropState.push_back(XMLPropertyState (nIndex, cppu::bool2any(sal_True))); in lcl_AddState()
81 XMLPropertyState* pPMMarginAll;
82 XMLPropertyState* pPMMarginTop;
83 XMLPropertyState* pPMMarginBottom;
84 XMLPropertyState* pPMMarginLeft;
85 XMLPropertyState* pPMMarginRight;
87 XMLPropertyState* pPMBorderAll;
88 XMLPropertyState* pPMBorderTop;
89 XMLPropertyState* pPMBorderBottom;
90 XMLPropertyState* pPMBorderLeft;
91 XMLPropertyState* pPMBorderRight;
93 XMLPropertyState* pPMBorderWidthAll;
94 XMLPropertyState* pPMBorderWidthTop;
95 XMLPropertyState* pPMBorderWidthBottom;
96 XMLPropertyState* pPMBorderWidthLeft;
97 XMLPropertyState* pPMBorderWidthRight;
99 XMLPropertyState* pPMPaddingAll;
100 XMLPropertyState* pPMPaddingTop;
101 XMLPropertyState* pPMPaddingBottom;
102 XMLPropertyState* pPMPaddingLeft;
103 XMLPropertyState* pPMPaddingRight;
106 void ContextFilter( ::std::vector< XMLPropertyState >& rPropState );
136 void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& ) in ContextFilter() argument
239 const XMLPropertyState& rProperty, in handleElementItem()
241 const ::std::vector< XMLPropertyState >* pProperties, in handleElementItem()
278 const XMLPropertyState& rPos = (*pProperties)[nIdx - 2]; in handleElementItem()
284 const XMLPropertyState& rFilter = (*pProperties)[nIdx - 1]; in handleElementItem()
308 const XMLPropertyState&, in handleSpecialItem() argument
311 const ::std::vector< XMLPropertyState >*, in handleSpecialItem()
317 ::std::vector< XMLPropertyState >& rPropState, in ContextFilter()
324 XMLPropertyState* pPMHeaderHeight = NULL; in ContextFilter()
325 XMLPropertyState* pPMHeaderMinHeight = NULL; in ContextFilter()
326 XMLPropertyState* pPMHeaderDynamic = NULL; in ContextFilter()
328 XMLPropertyState* pPMFooterHeight = NULL; in ContextFilter()
329 XMLPropertyState* pPMFooterMinHeight = NULL; in ContextFilter()
330 XMLPropertyState* pPMFooterDynamic = NULL; in ContextFilter()
332 XMLPropertyState* pPMScaleTo = NULL; in ContextFilter()
333 XMLPropertyState* pPMScaleToPages = NULL; in ContextFilter()
334 XMLPropertyState* pPMScaleToX = NULL; in ContextFilter()
335 XMLPropertyState* pPMScaleToY = NULL; in ContextFilter()
336 XMLPropertyState* pPMStandardMode = NULL; in ContextFilter()
337 XMLPropertyState* pPMGridBaseWidth = NULL; in ContextFilter()
338 XMLPropertyState* pPMGridSnapToChars = NULL; in ContextFilter()
340 XMLPropertyState* pPrint = NULL; in ContextFilter()
344 …for( ::std::vector< XMLPropertyState >::iterator aIter = rPropState.begin(); aIter != rPropState.e… in ContextFilter()
346 XMLPropertyState *pProp = &(*aIter); in ContextFilter()