Lines Matching refs:AddCustomProperty

68 void OOXMLDocPropHandler::AddCustomProperty( const uno::Any& aAny )  in AddCustomProperty()  function in oox::docprop::OOXMLDocPropHandler
405 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
410 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
415 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
420 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
425 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
520AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
525AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
530AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
535AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
540AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
545AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
550AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
555AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
560AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
565 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
570 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
575 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
580 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
585 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()
609 AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); in characters()
615AddCustomProperty( uno::makeAny( AttributeConversion::decodeXString( aChars ) ) ); // the property… in characters()
620 AddCustomProperty( uno::makeAny( GetDateTimeFromW3CDTF( aChars ) ) ); in characters()
624 AddCustomProperty( uno::makeAny( (sal_Int16)aChars.toInt32() ) ); in characters()
629 AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); in characters()
633 AddCustomProperty( uno::makeAny( aChars.toInt64() ) ); in characters()
637 AddCustomProperty( uno::makeAny( aChars.toFloat() ) ); in characters()
641 AddCustomProperty( uno::makeAny( aChars.toDouble() ) ); in characters()