Home
last modified time | relevance | path

Searched refs:rProp (Results 76 – 100 of 125) sorted by relevance

12345

/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx62 const rtl::OUString & rPropName, beans::Property & rProp, bool bStrict ) in getProperty() argument
265 rProp = (*it); in getProperty()
273 rProp = beans::Property( in getProperty()
/aoo41x/main/editeng/source/uno/
H A Dunonrule.cxx295 const beans::PropertyValue& rProp = pPropArray[i]; in setNumberingRuleByIndex() local
296 const OUString& rPropName = rProp.Name; in setNumberingRuleByIndex()
297 const Any& aVal = rProp.Value; in setNumberingRuleByIndex()
/aoo41x/main/ucb/workben/ucb/
H A Ducbdemo.cxx1469 beans::Property& rProp = aProps.getArray()[ 0 ]; in getPropertyValue() local
1471 rProp.Name = rName; in getPropertyValue()
1472 rProp.Handle = -1; /* unknown */ in getPropertyValue()
1518 beans::PropertyValue& rProp = aProps.getArray()[ 0 ]; in setPropertyValue() local
1520 rProp.Name = rName; in setPropertyValue()
1521 rProp.Handle = -1; /* unknown */ in setPropertyValue()
1522 rProp.Value = rValue; in setPropertyValue()
/aoo41x/main/xmloff/source/draw/
H A Dximpstyl.cxx86 const XMLPropertyState& rProp);
111 const XMLPropertyState& rProp ) in CreateChildContext() argument
115 switch( mxMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
128 XMLPropertyState aPropState( rProp.mnIndex, aAny ); in CreateChildContext()
139 rProperties, rProp ); in CreateChildContext()
/aoo41x/main/xmloff/source/style/
H A Dxmltabi.cxx198 const XMLPropertyState& rProp, in SvxXMLTabStopImportContext() argument
200 : XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ), in SvxXMLTabStopImportContext()
H A DXMLBackgroundImageContext.cxx335 const XMLPropertyState& rProp, in XMLBackgroundImageContext() argument
340 XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ), in XMLBackgroundImageContext()
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx835 const beans::Property& rProp = pProps[ n ]; in getPropertyValues() local
838 if( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
843 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
847 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
/aoo41x/main/ucb/source/core/
H A Ducbstore.cxx2554 Property& rProp = pProps[ n ]; in getProperties() local
2561 rProp.Name = rName; in getProperties()
2572 if ( !( aKeyValue >>= rProp.Handle ) ) in getProperties()
2599 rProp.Type = aKeyValue.getValueType(); in getProperties()
2621 rProp.Attributes in getProperties()
/aoo41x/main/forms/source/component/
H A Dclickableimage.cxx314 PropertyValue& rProp = aArgs.getArray()[0]; in actionPerformed_Impl() local
315 rProp.Name = ::rtl::OUString::createFromAscii("Referer"); in actionPerformed_Impl()
316 rProp.Value <<= xModel->getURL(); in actionPerformed_Impl()
/aoo41x/main/sfx2/source/doc/
H A Doleprops.cxx1062 void SfxOleSection::SaveProperty( SvStream& rStrm, SfxOlePropertyBase& rProp, sal_Size& rnPropPosPo… in SaveProperty() argument
1067 rStrm << rProp.GetPropType(); in SaveProperty()
1069 SaveObject( rStrm, rProp ); in SaveProperty()
1075 rStrm << rProp.GetPropId() << nPropPos; in SaveProperty()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx197 const rtl::OUString& rName, beans::Property& rProp ) in queryProperty() argument
210 rProp = rCurrProp; in queryProperty()
/aoo41x/main/svtools/source/misc/
H A Dimagemgr.cxx276 const ::com::sun::star::beans::PropertyValue& rProp = aTypeProps[i]; in GetImageExtensionByFactory_Impl() local
277 if ( rProp.Name.compareToAscii("Extensions") == COMPARE_EQUAL ) in GetImageExtensionByFactory_Impl()
280 if ( ( rProp.Value >>= aExtensions ) && aExtensions.getLength() > 0 ) in GetImageExtensionByFactory_Impl()
/aoo41x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2136 const beans::PropertyValue& rProp = pPropArray[i]; in startRangeSelection() local
2137 String aPropName(rProp.Name); in startRangeSelection()
2140 bCloseOnButtonUp = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection()
2143 if ( rProp.Value >>= aStrVal ) in startRangeSelection()
2148 if ( rProp.Value >>= aStrVal ) in startRangeSelection()
2152 bSingleCell = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection()
2154 bMultiSelection = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection()
H A Dstyleuno.cxx706 const beans::PropertyValue& rProp = pPropArray[i]; in loadStylesFromURL() local
707 String aPropName(rProp.Name); in loadStylesFromURL()
710 bLoadReplace = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
712 bLoadCellStyles = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
714 bLoadPageStyles = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
/aoo41x/main/sw/source/core/unocore/
H A Dunosett.cxx1791 const beans::PropertyValue& rProp = pPropArray[i]; in SetNumberingRuleByIndex() local
1798 if(COMPARE_EQUAL == rProp.Name.compareToAscii(aNumPropertyNames[j])) in SetNumberingRuleByIndex()
1805 (rProp.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("BulletRelSize")) || in SetNumberingRuleByIndex()
1806 rProp.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("BulletColor")) ) ) in SetNumberingRuleByIndex()
1810 PropValData* pData = new PropValData(rProp.Value, rProp.Name ); in SetNumberingRuleByIndex()
/aoo41x/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx275 const XMLPropertyState& rProp, in XMLTextColumnsContext() argument
277 : XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ) in XMLTextColumnsContext()
H A Dtxtdropi.hxx50 const XMLPropertyState& rProp,
H A DXMLTextPropertySetContext.hxx54 const XMLPropertyState& rProp);
/aoo41x/main/sfx2/source/appl/
H A Dapp.cxx172 void SfxPropertyHandler::Property( ApplicationProperty& rProp ) in Property() argument
174 TTProperties* pTTProperties = PTR_CAST( TTProperties, &rProp ); in Property()
/aoo41x/main/xmloff/inc/
H A DXMLElementPropertyContext.hxx54 const XMLPropertyState& rProp,
H A Dxmltabi.hxx47 const XMLPropertyState& rProp,
H A DXMLShapePropertySetContext.hxx55 const XMLPropertyState& rProp);
/aoo41x/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx228 const Property& rProp = pProps[j]; in implHandleControlResourceProperties() local
229 ::rtl::OUString aPropName = rProp.Name; in implHandleControlResourceProperties()
230 TypeClass eType = rProp.Type.getTypeClass(); in implHandleControlResourceProperties()
/aoo41x/main/xmloff/source/chart/
H A DXMLLabelSeparatorContext.hxx35 const XMLPropertyState& rProp,
H A DXMLChartPropertyContext.hxx49 const XMLPropertyState& rProp );

Completed in 182 milliseconds

12345