Lines Matching refs:rProperty

286 	const XMLPropertyState& rProperty, sal_uInt16 nFlags,  in handleElementItem()  argument
290 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex )) in handleElementItem()
295 rProperty.maValue >>= aURLStr; in handleElementItem()
310 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem()
328 rProperty.maValue >>= aSeparator; in handleElementItem()
332 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem()
345 SvXMLExportPropertyMapper::handleElementItem( rExport, rProperty, in handleElementItem()
352 SvXMLAttributeList& rAttrList, const XMLPropertyState& rProperty, in handleSpecialItem() argument
360 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem()
366 rtl::OUString sAttrName = maPropMapper->GetEntryXMLName( rProperty.mnIndex ); in handleSpecialItem()
367 sal_uInt16 nNameSpace = maPropMapper->GetEntryNameSpace( rProperty.mnIndex ); in handleSpecialItem()
378 rProperty.maValue >>= nValue; in handleSpecialItem()
384 rProperty.maValue >>= nValue; in handleSpecialItem()
391 rProperty.maValue >>= nValue; in handleSpecialItem()
398 rProperty.maValue >>= nValue; in handleSpecialItem()
419 rProperty.maValue >>= nValue; in handleSpecialItem()
424 rProperty.maValue >>= nValue; in handleSpecialItem()
433 rProperty.maValue >>= aSize; in handleSpecialItem()
463 …SvXMLExportPropertyMapper::handleSpecialItem( rAttrList, rProperty, rUnitConverter, rNamespaceMap,… in handleSpecialItem()
496 XMLPropertyState& rProperty, in handleSpecialItem() argument
503 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem()
517 rProperty.maValue >>= nValue; in handleSpecialItem()
522 rProperty.maValue <<= nValue; in handleSpecialItem()
528 rProperty.maValue >>= nValue; in handleSpecialItem()
533 rProperty.maValue <<= nValue; in handleSpecialItem()
541 rProperty.maValue <<= nValue; in handleSpecialItem()
547 rProperty.maValue >>= nValue; in handleSpecialItem()
556 rProperty.maValue <<= nValue; in handleSpecialItem()
560 rProperty.maValue >>= nValue; in handleSpecialItem()
566 rProperty.maValue <<= nValue; in handleSpecialItem()
569 rProperty.maValue >>= nValue; in handleSpecialItem()
575 rProperty.maValue <<= nValue; in handleSpecialItem()
581 rProperty.maValue >>= aSize; in handleSpecialItem()
586 rProperty.maValue <<= aSize; in handleSpecialItem()
592 rProperty.maValue <<= mrImport.ResolveGraphicObjectURL( rValue, sal_False ); in handleSpecialItem()
606 …bRet = SvXMLImportPropertyMapper::handleSpecialItem( rProperty, rProperties, rValue, rUnitConverte… in handleSpecialItem()