| /AOO41X/main/xmloff/source/chart/ |
| H A D | PropertyMaps.cxx | 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() [all …]
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | slideshowimpl.cxx | 316 beans::PropertyValue const& rProperty ) throw (uno::RuntimeException); 1061 void operator()( beans::PropertyValue const& rProperty ) const { in operator ()() 1062 if (rProperty.Name.equalsAsciiL( in operator ()() 1066 if ((rProperty.Value >>= seq) && seq.getLength() == 2) in operator ()() 1072 else if (rProperty.Name.equalsAsciiL( in operator ()() 1075 rProperty.Value >>= mrbSkipAllMainSequenceEffects; in operator ()() 1077 else if (rProperty.Name.equalsAsciiL( in operator ()() 1080 rProperty.Value >>= mrbSkipSlideTransition; in operator ()() 1085 rProperty.Name, RTL_TEXTENCODING_UTF8 ).getStr() ); in operator ()() 1580 sal_Bool SlideShowImpl::setProperty( beans::PropertyValue const& rProperty ) in setProperty() argument [all …]
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | SerfPropPatchReqProcImpl.cxx | 90 const ProppatchValue & rProperty = (*mpProperties)[ n ]; in createSerfRequestBucket() local 92 DAVProperties::createSerfPropName( rProperty.name, in createSerfRequestBucket() 95 if ( rProperty.operation != lastOp ) in createSerfRequestBucket() 101 … aBuffer.appendAscii( OpCode[rProperty.operation].str, OpCode[rProperty.operation].len ); in createSerfRequestBucket() 112 if ( rProperty.operation == PROPSET ) in createSerfRequestBucket() 120 UCBDeadPropertyValue::toXML( rProperty.value, in createSerfRequestBucket() 125 rProperty.value >>= aStringValue; in createSerfRequestBucket() 138 lastOp = rProperty.operation; in createSerfRequestBucket()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlexppr.cxx | 827 const XMLPropertyState& rProperty, in exportXML() argument 832 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in exportXML() 834 _exportXML( rAttrList, rProperty, rUnitConverter, rNamespaceMap, in exportXML() 886 const XMLPropertyState& rProperty, in handleSpecialItem() argument 894 mxNextMapper->handleSpecialItem( rAttrList, rProperty, rUnitConverter, in handleSpecialItem() 902 const XMLPropertyState& rProperty, in handleElementItem() argument 909 mxNextMapper->handleElementItem( rExport, rProperty, nFlags, in handleElementItem() 972 const XMLPropertyState& rProperty, in _exportXML() argument 981 if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML() 985 if( (rProperty.maValue >>= xAttrContainer) && xAttrContainer.is() ) in _exportXML() [all …]
|
| H A D | xmlprmap.cxx | 125 const XMLPropertyState& rProperty, in exportXML() argument 130 const XMLPropertyHandler* pHdl = GetPropertyHandler( rProperty.mnIndex ); in exportXML() 134 bRet = pHdl->exportXML( rStrExpValue, rProperty.maValue, in exportXML() 146 XMLPropertyState& rProperty, in importXML() argument 151 const XMLPropertyHandler* pHdl = GetPropertyHandler( rProperty.mnIndex ); in importXML() 154 bRet = pHdl->importXML( rStrImpValue, rProperty.maValue, in importXML()
|
| H A D | PageMasterExportPropMapper.cxx | 70 … XMLPropertyState >& rPropState, sal_Int32 nIndex, const rtl::OUString& rProperty, uno::Reference<… in lcl_AddState() argument 72 if(::cppu::any2bool(xProps->getPropertyValue(rProperty))) in lcl_AddState() 239 const XMLPropertyState& rProperty, in handleElementItem() argument 246 sal_uInt32 nContextId = getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ); in handleElementItem() 290 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem() 291 pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter, NULL, in handleElementItem() 297 pThis->aTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
|
| H A D | PageMasterImportPropMapper.cxx | 57 XMLPropertyState& rProperty, in handleSpecialItem() argument 65 getPropertySetMapper()->GetEntryContextId(rProperty.mnIndex); in handleSpecialItem() 75 rProperty.maValue <<= sDisplayName; in handleSpecialItem() 82 rProperty, rProperties, rValue, in handleSpecialItem()
|
| H A D | PageMasterExportPropMapper.hxx | 55 const XMLPropertyState& rProperty, 62 const XMLPropertyState& rProperty,
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | metafileprimitive2d.cxx | 1154 PropertyHolder& rProperty) in CreateAndAppendBitmapWallpaper() argument 1170 rProperty)); in CreateAndAppendBitmapWallpaper() 1178 rProperty)); in CreateAndAppendBitmapWallpaper() 1196 if(rProperty.getTransformation().isIdentity()) in CreateAndAppendBitmapWallpaper() 1208 rProperty.getTransformation(), in CreateAndAppendBitmapWallpaper() 1234 PropertyHolder& rProperty) in createFontAttributeTransformAndAlignment() argument 1236 const Font& rFont = rProperty.getFont(); in createFontAttributeTransformAndAlignment() 1243 0 != (rProperty.getLayoutMode() & TEXT_LAYOUT_BIDI_RTL), in createFontAttributeTransformAndAlignment() 1244 0 != (rProperty.getLayoutMode() & TEXT_LAYOUT_BIDI_STRONG))); in createFontAttributeTransformAndAlignment() 1284 PropertyHolder& rProperty) in proccessMetaTextAction() argument [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtimppr.cxx | 52 XMLPropertyState& rProperty, in handleSpecialItem() argument 59 sal_Int32 nIndex = rProperty.mnIndex; in handleSpecialItem() 102 rProperty.mnIndex+1, rProperty.mnIndex+2, in handleSpecialItem() 103 rProperty.mnIndex+3, rProperty.mnIndex+4, in handleSpecialItem() 104 rProperty.mnIndex+5 ); in handleSpecialItem() 117 bRet = getPropertySetMapper()->importXML( rValue, rProperty, in handleSpecialItem() 122 bRet = getPropertySetMapper()->importXML( rValue, rProperty, in handleSpecialItem() 127 rProperty.maValue >>= bHidden; in handleSpecialItem() 129 rProperty.maValue <<= bHidden; in handleSpecialItem() 133 bRet = SvXMLImportPropertyMapper::handleSpecialItem( rProperty, in handleSpecialItem()
|
| H A D | txtexppr.cxx | 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() [all …]
|
| H A D | txtexppr.hxx | 79 const XMLPropertyState& rProperty, 86 const XMLPropertyState& rProperty,
|
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | fileopendialog.cxx | 143 PropertyValue& rProperty( aFilterProperties[ j ] ); in FileOpenDialog() local 144 switch( TKGet( rProperty.Name ) ) in FileOpenDialog() 149 rProperty.Value >>= sDocumentService; in FileOpenDialog() 156 case TK_Name : rProperty.Value >>= aFilterEntry.maName; break; in FileOpenDialog() 157 case TK_UIName : rProperty.Value >>= aFilterEntry.maUIName; break; in FileOpenDialog() 158 case TK_Type : rProperty.Value >>= aFilterEntry.maType; break; in FileOpenDialog() 159 case TK_Flags : rProperty.Value >>= aFilterEntry.maFlags; break; in FileOpenDialog()
|
| /AOO41X/main/svx/source/table/ |
| H A D | propertyset.cxx | 59 void FastPropertySetInfo::addProperty( const Property& rProperty ) in addProperty() argument 61 maProperties.push_back( rProperty ); in addProperty() 62 maMap[ rProperty.Name ] = maProperties.size() - 1; in addProperty() 75 const Property& rProperty = (*aIter++); in addProperties() local 76 maProperties[nIndex] = rProperty; in addProperties() 77 maMap[ rProperty.Name ] = nIndex++; in addProperties()
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationPane.cxx | 592 static sal_Int32 getPropertyType( const OUString& rProperty ) in getPropertyType() argument 594 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Direction") ) ) in getPropertyType() 597 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Spokes") ) ) in getPropertyType() 600 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Zoom") ) ) in getPropertyType() 603 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Accelerate") ) ) in getPropertyType() 606 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Decelerate") ) ) in getPropertyType() 609 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Color1") ) ) in getPropertyType() 612 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Color2") ) ) in getPropertyType() 615 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("FillColor") ) ) in getPropertyType() 618 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ColorStyle") ) ) in getPropertyType() [all …]
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | xmlexppr.hxx | 87 const XMLPropertyState& rProperty, 157 const XMLPropertyState& rProperty, 179 const XMLPropertyState& rProperty, 188 const XMLPropertyState& rProperty,
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | propertysetbase.cxx | 89 void PropertySetBase::registerProperty( const Property& rProperty, in registerProperty() argument 93 m_aAccessors.insert( PropertyAccessors::value_type( rProperty.Handle, rAccessor ) ); in registerProperty() 96 … == ( ( rProperty.Attributes & com::sun::star::beans::PropertyAttribute::READONLY ) == 0 ), in registerProperty() 99 m_aProperties.push_back( rProperty ); in registerProperty()
|
| /AOO41X/main/sd/source/ui/slideshow/ |
| H A D | slideshowimpl.cxx | 3614 void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const Any& rValue ) throw… in SetPropertyValue() argument 3616 if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RehearseTimings") ) ) in SetPropertyValue() 3621 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Preview") ) ) in SetPropertyValue() 3626 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("AnimationNode") ) ) in SetPropertyValue() 3631 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") ) ) in SetPropertyValue() 3640 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("AllowAnimations") ) ) in SetPropertyValue() 3645 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("AllowAnimations") ) ) in SetPropertyValue() 3650 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("FirstPage") ) ) in SetPropertyValue() 3666 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("IsAlwaysOnTop") ) ) in SetPropertyValue() 3671 else if( rProperty.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("IsAutomatic") ) ) in SetPropertyValue() [all …]
|
| /AOO41X/main/xmloff/inc/ |
| H A D | XMLChartPropertySetMapper.hxx | 80 const XMLPropertyState& rProperty, sal_uInt16 nFlags, 86 SvXMLAttributeList& rAttrList, const XMLPropertyState& rProperty, 112 XMLPropertyState& rProperty,
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | sdpropls.cxx | 1528 const XMLPropertyState& rProperty, in handleSpecialItem() argument 1534 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ) ) in handleSpecialItem() 1541 …SvXMLExportPropertyMapper::handleSpecialItem( rAttrList, rProperty, rUnitConverter, rNamespaceMap,… in handleSpecialItem() 1548 const XMLPropertyState& rProperty, in handleElementItem() argument 1553 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ) ) in handleElementItem() 1560 … uno::Reference< container::XIndexReplace > xNumRule( rProperty.maValue, uno::UNO_QUERY ); in handleElementItem() 1567 … SvXMLExportPropertyMapper::handleElementItem( rExport, rProperty, nFlags, pProperties, nIdx ); in handleElementItem() 1750 const XMLPropertyState& rProperty, in handleElementItem() argument 1755 switch( getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ) ) in handleElementItem() 1760 if( (rProperty.maValue >>= aSoundURL) && aSoundURL.getLength() != 0 ) in handleElementItem() [all …]
|
| H A D | sdpropls.hxx | 280 const XMLPropertyState& rProperty, 290 const XMLPropertyState& rProperty, 324 const XMLPropertyState& rProperty,
|
| /AOO41X/main/unotools/source/config/ |
| H A D | configmgr.cxx | 686 Any ConfigManager::GetLocalProperty(const OUString& rProperty) in GetLocalProperty() argument 689 sPath += rProperty; in GetLocalProperty() 718 void ConfigManager::PutLocalProperty(const OUString& rProperty, const Any& rValue) in PutLocalProperty() argument 721 sPath += rProperty; in PutLocalProperty()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | aquaprintaccessoryview.mm | 786 const rtl::OUString& rProperty, sal_Bool bValue, 806 int nTag = pControllerProperties->addNameTag( rProperty ); 829 … const rtl::OUString& rProperty, Sequence< rtl::OUString > rChoices, sal_Int32 nSelectValue, 879 int nTag = pControllerProperties->addNameAndValueTag( rProperty, m ); 904 … const rtl::OUString& rProperty, const Sequence< rtl::OUString > rChoices, sal_Int32 nSelectValue, 928 int nTag = pControllerProperties->addNameAndValueTag( rProperty, m ); 938 [pBtn setTag: pControllerProperties->addNameTag( rProperty )]; 965 const rtl::OUString& rProperty, const PropertyValue* pValue, 1008 int nTag = pControllerProperties->addNameTag( rProperty );
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | propagg.cxx | 212 …const ::com::sun::star::beans::Property& rProperty = m_aProperties.getConstArray()[(*i).second.nP… in fillPropertyMembersByHandle() local 214 *_pPropName = rProperty.Name; in fillPropertyMembersByHandle() 216 *_pAttributes = rProperty.Attributes; in fillPropertyMembersByHandle() 246 …const ::com::sun::star::beans::Property& rProperty = m_aProperties.getConstArray()[(*i).second.nP… in fillAggregatePropertyInfoByHandle() local 247 *_pPropName = rProperty.Name; in fillAggregatePropertyInfoByHandle()
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | propertyhandler.cxx | 214 const Property& rProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine() local 221 PropertyHandlerHelper::requiresReadOnlyControl( rProperty.Attributes ), sal_False ); in describePropertyLine() 224 … PropertyHandlerHelper::describePropertyLine( rProperty, aDescriptor, _rxControlFactory ); in describePropertyLine()
|