Home
last modified time | relevance | path

Searched refs:rProp (Results 26 – 50 of 125) sorted by relevance

12345

/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx876 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
881 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
886 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
891 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
896 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
900 rProp, uno::makeAny( in getPropertyValues()
904 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
909 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
916 xRow->appendVoid( rProp ); in getPropertyValues()
2038 rValue.Name = rProp.Name; in transfer()
[all …]
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx994 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
999 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1004 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1009 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1014 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1020 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1028 xRow->appendVoid( rProp ); in getPropertyValues()
1051 xRow->appendVoid( rProp ); in getPropertyValues()
1057 xRow->appendVoid( rProp ); in getPropertyValues()
1836 rValue.Name = rProp.Name; in transfer()
[all …]
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx512 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
517 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
520 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues()
522 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
525 xRow->appendBoolean( rProp, rData.bIsDocument ); in getPropertyValues()
527 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
530 xRow->appendBoolean( rProp, rData.bIsFolder ); in getPropertyValues()
535 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
565 rProp ) ) in getPropertyValues()
568 xRow->appendVoid( rProp ); in getPropertyValues()
[all …]
/aoo41x/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx118 const Sequence< PropertyValue > rProp, in ExtractStatusbarItemParameters()
125 for ( sal_Int32 i = 0; i < rProp.getLength(); i++ ) in ExtractStatusbarItemParameters()
127 if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in ExtractStatusbarItemParameters()
129 rProp[i].Value >>= rCommandURL; in ExtractStatusbarItemParameters()
134 rProp[i].Value >>= rHelpURL; in ExtractStatusbarItemParameters()
136 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_OFFSET )) in ExtractStatusbarItemParameters()
138 rProp[i].Value >>= rOffset; in ExtractStatusbarItemParameters()
140 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE )) in ExtractStatusbarItemParameters()
142 rProp[i].Value >>= rStyle; in ExtractStatusbarItemParameters()
144 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_WIDTH )) in ExtractStatusbarItemParameters()
[all …]
H A Dmenudocumenthandler.cxx148 for ( sal_Int32 i = 0; i < rProp.getLength(); i++ ) in ExtractMenuParameters()
150 if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in ExtractMenuParameters()
152 rProp[i].Value >>= rCommandURL; in ExtractMenuParameters()
157 rProp[i].Value >>= rHelpURL; in ExtractMenuParameters()
161 rProp[i].Value >>= rSubMenu; in ExtractMenuParameters()
163 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL )) in ExtractMenuParameters()
165 rProp[i].Value >>= rLabel; in ExtractMenuParameters()
167 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TYPE )) in ExtractMenuParameters()
169 rProp[i].Value >>= rType; in ExtractMenuParameters()
171 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE )) in ExtractMenuParameters()
[all …]
/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx474 Type aPropType = rProp.Type; in setPropertyValueByIndex()
2278 rProp = pProps[ i ]; in implInspect()
2284 rProp.Handle = rPropCount; in implInspect()
2395 rProp.Name = aFieldName; in implInspect()
2396 rProp.Handle = rPropCount; in implInspect()
2398 rProp.Type = aFieldType; in implInspect()
2571 rProp.Name = aPropName; in implInspect()
2572 rProp.Handle = rPropCount; in implInspect()
2789 rProp.Name = aPropName; in implInspect()
2996 rProp.Name = aPropName; in implInspect()
[all …]
/aoo41x/main/chart2/source/tools/
H A DMediaDescriptorHelper.cxx38 if(rProp.Name.equals(::rtl::OUString::createFromAscii(#MediaName))) \
40 if( rProp.Value >>= MediaName ) \
44 m_aDeprecatedProperties[nDeprecatedCount]=rProp;\
49 m_aRegularProperties[nRegularCount]=rProp; \
53 m_aModelProperties[nModelCount]=rProp; \
84 const beans::PropertyValue& rProp = rMediaDescriptor[i]; in MediaDescriptorHelper() local
128 m_aAdditionalProperties[nAdditionalCount]=rProp; in MediaDescriptorHelper()
H A DImplOPropertySet.cxx82 inline void operator() ( ::property::impl::ImplOPropertySet::tPropertyMap::value_type & rProp ) in operator ()()
84 if( rProp.second.hasValue() && in operator ()()
85 rProp.second.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ) in operator ()()
88 if( rProp.second >>= xCloneable ) in operator ()()
89 rProp.second <<= xCloneable->createClone(); in operator ()()
/aoo41x/main/xmloff/source/style/
H A Dxmlimppr.cxx379 const XMLPropertyState& rProp = rProperties[i]; in FillPropertySequence() local
380 sal_Int32 nIdx = rProp.mnIndex; in FillPropertySequence()
386 pProps->Value <<= rProp.maValue; in FillPropertySequence()
408 const XMLPropertyState& rProp = aProperties[i]; in CheckSpecialContext() local
409 sal_Int32 nIdx = rProp.mnIndex; in CheckSpecialContext()
498 const XMLPropertyState& rProp = rProperties[i]; in _FillPropertySet() local
499 sal_Int32 nIdx = rProp.mnIndex; in _FillPropertySet()
515 rPropSet->setPropertyValue( rPropName, rProp.maValue ); in _FillPropertySet()
617 const XMLPropertyState& rProp = rProperties[i]; in _PrepareForMultiPropertySet() local
618 sal_Int32 nIdx = rProp.mnIndex; in _PrepareForMultiPropertySet()
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx501 const Property& rProp = pProps[ n ]; in getPropertyValues() local
505 if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in getPropertyValues()
507 xRow->appendString ( rProp, getContentType() ); in getPropertyValues()
509 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in getPropertyValues()
511 xRow->appendString ( rProp, m_pImpl->m_aProps.aTitle ); in getPropertyValues()
513 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) in getPropertyValues()
515 xRow->appendBoolean( rProp, m_pImpl->m_aProps.bIsDocument ); in getPropertyValues()
517 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) in getPropertyValues()
519 xRow->appendBoolean( rProp, m_pImpl->m_aProps.bIsFolder ); in getPropertyValues()
522 xRow->appendVoid(rProp); in getPropertyValues()
[all …]
/aoo41x/main/ucbhelper/source/client/
H A Dcontent.cxx667 Property& rProp = pProps[ n ]; in getPropertyValuesInterface() local
670 rProp.Handle = -1; // n/a in getPropertyValuesInterface()
700 Property& rProp = pProps[ n ]; in getPropertyValuesInterface() local
750 rProp.Name = pNames[ n ]; in setPropertyValues()
751 rProp.Handle = -1; // n/a in setPropertyValues()
752 rProp.Value = pValues[ n ]; in setPropertyValues()
799 rProp.Handle = pHandles[ n ]; in setPropertyValues()
800 rProp.Value = pValues[ n ]; in setPropertyValues()
860 rProp.Name = pNames[ n ]; in createCursorAny()
861 rProp.Handle = -1; // n/a in createCursorAny()
[all …]
/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx404 const Property& rProp = pProps[ n ]; in getArtificialNodePropertyValues() local
407 if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in getArtificialNodePropertyValues()
409 xRow->appendString ( rProp, ContentProvider::getArtificialNodeContentType() ); in getArtificialNodePropertyValues()
411 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in getArtificialNodePropertyValues()
413 xRow->appendString ( rProp, i_rTitle ); in getArtificialNodePropertyValues()
415 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) in getArtificialNodePropertyValues()
417 xRow->appendBoolean( rProp, sal_False ); in getArtificialNodePropertyValues()
419 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) in getArtificialNodePropertyValues()
421 xRow->appendBoolean( rProp, sal_True ); in getArtificialNodePropertyValues()
426 xRow->appendVoid( rProp ); in getArtificialNodePropertyValues()
/aoo41x/main/xmloff/source/chart/
H A DXMLChartPropertyContext.cxx56 const XMLPropertyState& rProp ) in CreateChildContext() argument
60 switch( mxMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
63 … pContext = new XMLSymbolImageContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); in CreateChildContext()
66 … pContext = new XMLLabelSeparatorContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); in CreateChildContext()
74 nPrefix, rLocalName, xAttrList, rProperties, rProp ); in CreateChildContext()
/aoo41x/main/xmloff/source/draw/
H A DXMLShapePropertySetContext.cxx89 const XMLPropertyState& rProp ) in CreateChildContext() argument
93 switch( mxMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
96 mnBulletIndex = rProp.mnIndex; in CreateChildContext()
101 rLocalName, rProp, in CreateChildContext()
109 rProperties, rProp ); in CreateChildContext()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltexti.cxx475 sal_Int32 nIdx = rProp.mnIndex; in createAndInsertOLEObject()
484 rProp.maValue >>= nVal; in createAndInsertOLEObject()
491 rProp.maValue >>= nVal; in createAndInsertOLEObject()
498 rProp.maValue >>= nVal; in createAndInsertOLEObject()
506 rProp.maValue >>= nVal; in createAndInsertOLEObject()
513 rProp.maValue >>= nDrawAspect; in createAndInsertOLEObject()
801 sal_Int32 nIdx = rProp.mnIndex; in createAndInsertFloatingFrame()
809 sal_Bool bYes = *(sal_Bool *)rProp.maValue.getValue(); in createAndInsertFloatingFrame()
815 bHasBorder = *(sal_Bool *)rProp.maValue.getValue(); in createAndInsertFloatingFrame()
822 rProp.maValue >>= nVal; in createAndInsertFloatingFrame()
[all …]
/aoo41x/main/framework/source/services/
H A Dpathsettings.cxx525 const css::beans::Property& rProp = m_lPropDesc[i]; in impl_mapPathName2IDList() local
527 if (rProp.Name.equals(sOldStyleProp)) in impl_mapPathName2IDList()
528 lIDs[IDGROUP_OLDSTYLE] = rProp.Handle; in impl_mapPathName2IDList()
530 if (rProp.Name.equals(sInternalProp)) in impl_mapPathName2IDList()
531 lIDs[IDGROUP_INTERNAL_PATHES] = rProp.Handle; in impl_mapPathName2IDList()
533 if (rProp.Name.equals(sUserProp)) in impl_mapPathName2IDList()
534 lIDs[IDGROUP_USER_PATHES] = rProp.Handle; in impl_mapPathName2IDList()
536 if (rProp.Name.equals(sWriteProp)) in impl_mapPathName2IDList()
537 lIDs[IDGROUP_WRITE_PATH] = rProp.Handle; in impl_mapPathName2IDList()
1014 const css::beans::Property& rProp = m_lPropDesc[nHandle]; in impl_getPathAccess() local
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbprops.cxx405 Property& rProp = pProps[ nPos ]; in getProperties() local
407 rProp.Name = OUString::createFromAscii( pCurr->pName ); in getProperties()
408 rProp.Handle = pCurr->nHandle; in getProperties()
409 rProp.Type = pCurr->pGetCppuType(); in getProperties()
410 rProp.Attributes = pCurr->nAttributes; in getProperties()
453 const OUString& rName, Property& rProp ) in queryProperty() argument
466 rProp = rCurrProp; in queryProperty()
/aoo41x/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx121 const beans::PropertyValue& rProp = pPropArray[i]; in setPropertyValues() local
122 String aPropName(rProp.Name); in setPropertyValues()
125 rProp.Value >>= aFileName; in setPropertyValues()
127 rProp.Value >>= aFilterName; in setPropertyValues()
129 rProp.Value >>= aFilterOptions; in setPropertyValues()
131 rProp.Value >>= xInputStream; in setPropertyValues()
H A Ddatauno.cxx258 String aPropName(rProp.Name); in FillImportParam()
264 if ( rProp.Value >>= aStrVal ) in FillImportParam()
269 if ( rProp.Value >>= aStrVal ) in FillImportParam()
274 if ( rProp.Value >>= aStrVal ) in FillImportParam()
391 String aPropName(rProp.Name); in FillSortParam()
421 if ( rProp.Value >>= aSeq ) in FillSortParam()
443 else if ( rProp.Value >>= aNewSeq ) in FillSortParam()
483 if ( rProp.Value >>= aAddress ) in FillSortParam()
495 if ( rProp.Value >>= nVal ) in FillSortParam()
501 rProp.Value >>= rParam.aCollatorLocale; in FillSortParam()
[all …]
H A Deventuno.cxx102 const beans::PropertyValue& rProp = aPropSeq[nPos]; in replaceByName() local
103 if ( rProp.Name.compareToAscii( SC_UNO_EVENTTYPE ) == 0 ) in replaceByName()
106 if ( rProp.Value >>= aEventType ) in replaceByName()
113 else if ( rProp.Name.compareToAscii( SC_UNO_SCRIPT ) == 0 ) in replaceByName()
114 rProp.Value >>= aScript; in replaceByName()
/aoo41x/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx101 const beans::PropertyValue& rProp = pPropArray[i]; in setPropertyValues() local
102 ::rtl::OUString aPropName = rProp.Name; in setPropertyValues()
105 rProp.Value >>= sFilterName; in setPropertyValues()
107 rProp.Value >>= sFilterOptions; in setPropertyValues()
109 rProp.Value >>= xInputStream; in setPropertyValues()
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1021 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1026 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1031 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1036 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1041 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1047 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1054 rProp, in getPropertyValues()
1058 xRow->appendVoid( rProp ); in getPropertyValues()
1060 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1067 rProp, in getPropertyValues()
[all …]
/aoo41x/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx422 Property& rProp = pProps[ n ]; in getColumnType()
427 = xInfo->getPropertyByName( rProp.Name ); in getColumnType()
428 rProp.Type = aProp.Type; in getColumnType()
446 Property& rProp = pProps[ n ]; in getColumnType() local
451 if ( rProp.Name == rProp1.Name ) in getColumnType()
454 rProp.Type = rProp1.Type; in getColumnType()
/aoo41x/main/basic/source/classes/
H A Dpropacc.cxx273 Property &rProp = aImpl._aProps.getArray()[n]; in SbPropertySetInfo() local
275 rProp.Name = rPropVal.Name; in SbPropertySetInfo()
276 rProp.Handle = rPropVal.Handle; in SbPropertySetInfo()
277 rProp.Type = getCppuVoidType(); in SbPropertySetInfo()
278 rProp.Attributes = 0; in SbPropertySetInfo()
/aoo41x/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx280 beans::PropertyValue& rProp, XMLConfigBaseContext* pBaseContext) in CreateSettingsContext() argument
284 rProp.Name = rtl::OUString(); in CreateSettingsContext()
297 rProp.Name = sValue; in CreateSettingsContext()
304 …ew XMLConfigItemContext(rImport, p_nPrefix, rLocalName, xAttrList, rProp.Value, rProp.Name, pBaseC… in CreateSettingsContext()
307 …pContext = new XMLConfigItemSetContext(rImport, p_nPrefix, rLocalName, xAttrList, rProp.Value, pBa… in CreateSettingsContext()
309 …pContext = new XMLConfigItemMapNamedContext(rImport, p_nPrefix, rLocalName, xAttrList, rProp.Value… in CreateSettingsContext()
311 …igItemMapIndexedContext(rImport, p_nPrefix, rLocalName, xAttrList, rProp.Value, rProp.Name, pBaseC… in CreateSettingsContext()

Completed in 939 milliseconds

12345