Lines Matching refs:rProperty
56 const XMLPropertyState& rProperty, in handleElementItem() argument
64 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ) ) in handleElementItem()
67 pThis->maDropCapExport.exportXML( rProperty.maValue, bDropWholeWord, in handleElementItem()
74 pThis->maTabStopExport.Export( rProperty.maValue ); in handleElementItem()
78 pThis->maTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
111 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem()
113 rProperty.maValue, pPos, pFilter, pTrans, in handleElementItem()
132 SvXMLExportPropertyMapper::handleElementItem( rExp, rProperty, nFlags, pProperties, nIdx ); in handleElementItem()
139 const XMLPropertyState& rProperty, in handleSpecialItem() argument
148 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ) ) in handleSpecialItem()
152 pThis->bDropWholeWord = *(sal_Bool *)rProperty.maValue.getValue(); in handleSpecialItem()
157 rProperty.maValue >>= pThis->sDropCharStyle; in handleSpecialItem()
182 …SvXMLExportPropertyMapper::handleSpecialItem(rAttrList, rProperty, rUnitConverter, rNamespaceMap, … in handleSpecialItem()