Home
last modified time | relevance | path

Searched refs:rProp (Results 1 – 25 of 125) sorted by relevance

12345

/trunk/main/sfx2/source/doc/ !
H A Dfrmdescr.cxx199 void SfxFrameDescriptor::TakeProperties( const SfxFrameProperties& rProp ) in TakeProperties() argument
201 aURL = aActualURL = INetURLObject(rProp.aURL); in TakeProperties()
202 aName = rProp.aName; in TakeProperties()
203 aMargin.Width() = rProp.lMarginWidth; in TakeProperties()
204 aMargin.Height() = rProp.lMarginHeight; in TakeProperties()
205 nWidth = rProp.lSize; in TakeProperties()
206 eScroll = rProp.eScroll; in TakeProperties()
207 eSizeSelector = rProp.eSizeSelector; in TakeProperties()
208 nHasBorder = rProp.bHasBorder ? BORDER_YES : BORDER_NO; in TakeProperties()
209 if ( rProp.bBorderSet ) in TakeProperties()
[all …]
H A Dprinthelper.cxx340 const beans::PropertyValue &rProp = rPrinter.getConstArray()[n]; in impl_setPrinter() local
343 if ( rProp.Name.compareToAscii( "Name" ) == 0 ) in impl_setPrinter()
346 if ( ( rProp.Value >>= sTemp ) == sal_False ) in impl_setPrinter()
366 const beans::PropertyValue &rProp = rPrinter.getConstArray()[i]; in impl_setPrinter() local
369 if ( rProp.Name.compareToAscii( "PaperOrientation" ) == 0 ) in impl_setPrinter()
372 if ( ( rProp.Value >>= eOrient ) == sal_False ) in impl_setPrinter()
374 if ( ( rProp.Value >>= lDummy ) == sal_False ) in impl_setPrinter()
387 else if ( rProp.Name.compareToAscii( "PaperFormat" ) == 0 ) in impl_setPrinter()
389 if ( ( rProp.Value >>= nPaperFormat ) == sal_False ) in impl_setPrinter()
391 if ( ( rProp.Value >>= lDummy ) == sal_False ) in impl_setPrinter()
[all …]
/trunk/main/xmloff/source/style/ !
H A Dxmlnume.cxx150 const beans::PropertyValue& rProp = pPropArray[i]; in exportLevelStyle() local
152 …if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_NUMBERINGTYPE, sizeof(XML_UNO_NAME_NRULE_NUMBERING… in exportLevelStyle()
154 rProp.Value >>= eType; in exportLevelStyle()
156 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_PREFIX, sizeof(XML_UNO_NAME_NRULE_PREFIX)-1 )… in exportLevelStyle()
158 rProp.Value >>= sPrefix; in exportLevelStyle()
160 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_SUFFIX, sizeof(XML_UNO_NAME_NRULE_SUFFIX)-1 )… in exportLevelStyle()
162 rProp.Value >>= sSuffix; in exportLevelStyle()
164 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_CHAR, sizeof(XML_UNO_NAME_NRULE_BULLET… in exportLevelStyle()
167 rProp.Value >>= sValue; in exportLevelStyle()
173 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_RELSIZE, sizeof(XML_UNO_NAME_NRULE_BUL… in exportLevelStyle()
[all …]
H A DPagePropertySetContext.cxx64 const XMLPropertyState& rProp ) in CreateChildContext() argument
88 ->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
93 DBG_ASSERT( rProp.mnIndex >= 2 && in CreateChildContext()
95 ->GetEntryContextId( rProp.mnIndex-2 ) && in CreateChildContext()
97 ->GetEntryContextId( rProp.mnIndex-1 ), in CreateChildContext()
102 rProp, in CreateChildContext()
103 rProp.mnIndex-2, in CreateChildContext()
104 rProp.mnIndex-1, in CreateChildContext()
112 rLocalName, xAttrList, rProp, in CreateChildContext()
124 mxMapper->getPropertySetMapper(), rProp.mnIndex); in CreateChildContext()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/ !
H A Dcontent.cxx459 const beans::Property& rProp = rProperties[n]; in getPropertyValues() local
461 if ( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
463 rProp, in getPropertyValues()
466 else if( rProp.Name.compareToAscii( "Title" ) == 0 ) in getPropertyValues()
467 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues()
468 else if( rProp.Name.compareToAscii( "IsReadOnly" ) == 0 ) in getPropertyValues()
469 xRow->appendBoolean( rProp,true ); in getPropertyValues()
470 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
472 rProp, in getPropertyValues()
474 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/ !
H A Dpropertyvalueset.hxx209 … void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue ) in appendString() argument
211 appendString( rProp.Name, rValue ); in appendString()
219 void appendBoolean( const ::com::sun::star::beans::Property& rProp, sal_Bool bValue ) in appendBoolean() argument
221 appendBoolean( rProp.Name, bValue ); in appendBoolean()
229 void appendByte( const ::com::sun::star::beans::Property& rProp, sal_Int8 nValue ) in appendByte() argument
231 appendByte( rProp.Name, nValue ); in appendByte()
239 void appendShort( const ::com::sun::star::beans::Property& rProp, sal_Int16 nValue ) in appendShort() argument
241 appendShort( rProp.Name, nValue ); in appendShort()
249 void appendInt( const ::com::sun::star::beans::Property& rProp, sal_Int32 nValue ) in appendInt() argument
251 appendInt( rProp.Name, nValue ); in appendInt()
[all …]
/trunk/main/xmloff/source/text/ !
H A DXMLTextPropertySetContext.cxx66 const XMLPropertyState& rProp ) in CreateChildContext() argument
71 ->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
75 rLocalName, rProp, in CreateChildContext()
81 rLocalName, xAttrList, rProp, in CreateChildContext()
91 DBG_ASSERT( rProp.mnIndex >= 2 && in CreateChildContext()
93 ->GetEntryContextId( rProp.mnIndex-2 ), in CreateChildContext()
98 rProp, in CreateChildContext()
99 rProp.mnIndex-2, in CreateChildContext()
108 DBG_ASSERT( rProp.mnIndex >= 2 && in CreateChildContext()
110 ->GetEntryContextId( rProp.mnIndex-2 ) && in CreateChildContext()
[all …]
H A DXMLTextShapeStyleContext.cxx71 const XMLPropertyState& rProp);
95 const XMLPropertyState& rProp ) in CreateChildContext() argument
100 ->GetEntryContextId( rProp.mnIndex ) ) in CreateChildContext()
104 rLocalName, xAttrList, rProp, in CreateChildContext()
109 DBG_ASSERT( rProp.mnIndex >= 3 && in CreateChildContext()
112 ->GetEntryContextId( rProp.mnIndex-3 ) && in CreateChildContext()
114 ->GetEntryContextId( rProp.mnIndex-2 ) && in CreateChildContext()
116 ->GetEntryContextId( rProp.mnIndex-1 ), in CreateChildContext()
121 rProp, in CreateChildContext()
122 rProp.mnIndex-2, in CreateChildContext()
[all …]
/trunk/main/sw/source/filter/html/ !
H A Dsvxcss1.cxx397 SvxCSS1PropertyInfo::SvxCSS1PropertyInfo( const SvxCSS1PropertyInfo& rProp ) : in SvxCSS1PropertyInfo() argument
398 aId( rProp.aId ), in SvxCSS1PropertyInfo()
399 bTopMargin( rProp.bTopMargin ), in SvxCSS1PropertyInfo()
400 bBottomMargin( rProp.bBottomMargin ), in SvxCSS1PropertyInfo()
401 bLeftMargin( rProp.bLeftMargin ), in SvxCSS1PropertyInfo()
402 bRightMargin( rProp.bRightMargin ), in SvxCSS1PropertyInfo()
403 bTextIndent( rProp.bTextIndent ), in SvxCSS1PropertyInfo()
404 eFloat( rProp.eFloat ), in SvxCSS1PropertyInfo()
405 ePosition( rProp.ePosition ), in SvxCSS1PropertyInfo()
406 nTopBorderDistance( rProp.nTopBorderDistance ), in SvxCSS1PropertyInfo()
[all …]
H A Dsvxcss1.hxx152 SvxCSS1PropertyInfo( const SvxCSS1PropertyInfo& rProp );
155 void Merge( const SvxCSS1PropertyInfo& rProp );
181 const SvxCSS1PropertyInfo& rProp );
327 const SvxCSS1PropertyInfo& rProp, SvxCSS1Map& rMap );
330 const SvxCSS1PropertyInfo& rProp );
335 const SvxCSS1PropertyInfo& rProp );
341 const SvxCSS1PropertyInfo& rProp );
349 const SvxCSS1PropertyInfo& rProp );
374 const SvxCSS1PropertyInfo& rProp ) in InsertId() argument
376 InsertMapEntry( rId, rItemSet, rProp, aIds ); in InsertId()
[all …]
/trunk/main/xmloff/source/draw/ !
H A Dshapeexport4.cxx535 const beans::PropertyValue& rProp = aExtrusionPropSeq[ i ]; in ImpExportEnhancedGeometry() local
536 switch( EASGet( rProp.Name ) ) in ImpExportEnhancedGeometry()
541 if ( rProp.Value >>= bExtrusionOn ) in ImpExportEnhancedGeometry()
549 if ( rProp.Value >>= fExtrusionBrightness ) in ImpExportEnhancedGeometry()
561 if ( rProp.Value >>= aDepthParaPair ) in ImpExportEnhancedGeometry()
577 if ( rProp.Value >>= fExtrusionDiffusion ) in ImpExportEnhancedGeometry()
589 if ( rProp.Value >>= nExtrusionNumberOfLineSegments ) in ImpExportEnhancedGeometry()
596 if ( rProp.Value >>= bExtrusionLightFace ) in ImpExportEnhancedGeometry()
604 if ( rProp.Value >>= bExtrusionFirstLightHarsh ) in ImpExportEnhancedGeometry()
612 if ( rProp.Value >>= bExtrusionSecondLightHarsh ) in ImpExportEnhancedGeometry()
[all …]
/trunk/main/ucb/source/ucp/webdav/ !
H A DContentProperties.cxx245 const beans::Property & rProp = rProps[ n ]; in UCBNamesToDAVNames() local
247 if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
253 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
256 ( rProp.Name == DAVProperties::CREATIONDATE ) ) in UCBNamesToDAVNames()
264 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
267 ( rProp.Name == DAVProperties::GETLASTMODIFIED ) ) in UCBNamesToDAVNames()
276 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
279 ( rProp.Name == DAVProperties::GETCONTENTTYPE ) ) in UCBNamesToDAVNames()
288 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
291 ( rProp.Name == DAVProperties::GETCONTENTLENGTH ) ) in UCBNamesToDAVNames()
[all …]
/trunk/main/sfx2/source/appl/ !
H A Dappuno.cxx263 const ::com::sun::star::beans::PropertyValue& rProp = pPropsVal[0]; in TransformParameters() local
264 String aName = rProp.Name; in TransformParameters()
269 if( pItem->PutValue( rProp.Value, bConvertTwips ? CONVERT_TWIPS : 0 ) ) in TransformParameters()
388 const ::com::sun::star::beans::PropertyValue& rProp = pPropsVal[n]; in TransformParameters() local
389 String aName = rProp.Name; in TransformParameters()
395 if( pItem->PutValue( rProp.Value ) ) in TransformParameters()
416 const ::com::sun::star::beans::PropertyValue& rProp = pPropsVal[n]; in TransformParameters() local
417 String aName = rProp.Name; in TransformParameters()
424 if( pItem->PutValue( rProp.Value ) ) in TransformParameters()
446 const ::com::sun::star::beans::PropertyValue& rProp = pPropsVal[n]; in TransformParameters() local
[all …]
/trunk/main/drawinglayer/source/geometry/ !
H A Dviewinformation3d.cxx157 const beans::PropertyValue& rProp = rViewParameters[a]; in impInterpretPropertyValues() local
159 if(rProp.Name == getNamePropertyObjectTransformation()) in impInterpretPropertyValues()
162 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
165 else if(rProp.Name == getNamePropertyOrientation()) in impInterpretPropertyValues()
168 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
171 else if(rProp.Name == getNamePropertyProjection()) in impInterpretPropertyValues()
182 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
190 else if(rProp.Name == getNamePropertyProjection_30()) in impInterpretPropertyValues()
193 rProp.Value >>= f_30; in impInterpretPropertyValues()
196 else if(rProp.Name == getNamePropertyProjection_31()) in impInterpretPropertyValues()
[all …]
H A Dviewinformation2d.cxx140 const beans::PropertyValue& rProp = rViewParameters[a]; in impInterpretPropertyValues() local
142 if(rProp.Name == getNamePropertyReducedDisplayQuality()) in impInterpretPropertyValues()
145 mxExtendedInformation[nExtendedInsert++] = rProp; in impInterpretPropertyValues()
149 rProp.Value >>= bSalBool; in impInterpretPropertyValues()
152 else if(rProp.Name == getNamePropertyObjectTransformation()) in impInterpretPropertyValues()
155 rProp.Value >>= aAffineMatrix2D; in impInterpretPropertyValues()
158 else if(rProp.Name == getNamePropertyViewTransformation()) in impInterpretPropertyValues()
161 rProp.Value >>= aAffineMatrix2D; in impInterpretPropertyValues()
164 else if(rProp.Name == getNamePropertyViewport()) in impInterpretPropertyValues()
167 rProp.Value >>= aViewport; in impInterpretPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/gio/ !
H A Dgio_content.cxx411 const beans::Property& rProp = pProps[ n ]; in getPropertyValuesFromGFileInfo() local
413 if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) in getPropertyValuesFromGFileInfo()
416 … xRow->appendBoolean( rProp, ( g_file_info_get_file_type( pInfo ) == G_FILE_TYPE_REGULAR || in getPropertyValuesFromGFileInfo()
419 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
421 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) in getPropertyValuesFromGFileInfo()
424 … xRow->appendBoolean( rProp, ( g_file_info_get_file_type( pInfo ) == G_FILE_TYPE_DIRECTORY )); in getPropertyValuesFromGFileInfo()
426 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
428 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in getPropertyValuesFromGFileInfo()
433 … xRow->appendString( rProp, rtl::OUString(pName, strlen(pName), RTL_TEXTENCODING_UTF8) ); in getPropertyValuesFromGFileInfo()
436 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
[all …]
/trunk/main/connectivity/source/drivers/mysql/ !
H A DYTable.cxx201 ::dbtools::OPropertyMap& rProp = OMetaConnection::getPropMap(); in alterColumnByName()
202 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName()
203 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
205 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nOldPrec; in alterColumnByName()
206 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION))>>= nNewPrec; in alterColumnByName()
207 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nOldScale; in alterColumnByName()
208 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nNewScale; in alterColumnByName()
211 … xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName()
212 … descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
216 …xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bOldAutoIncrem… in alterColumnByName()
[all …]
/trunk/main/filter/source/filtertracer/ !
H A Dfiltertracer.cxx115 const NMSP_BEANS::PropertyValue& rProp = aParameter[ i ]; in initialize() local
116 if ( rProp.Name.equalsAscii( "LogLevel" ) ) in initialize()
117 rProp.Value >>= mnLogLevel; in initialize()
118 else if ( rProp.Name.equalsAscii( "ClassFilter" ) ) in initialize()
119 rProp.Value >>= msClassFilter; in initialize()
120 else if ( rProp.Name.equalsAscii( "MethodFilter" ) ) in initialize()
121 rProp.Value >>= msMethodFilter; in initialize()
122 else if ( rProp.Name.equalsAscii( "MessageFilter" ) ) in initialize()
123 rProp.Value >>= msMessageFilter; in initialize()
124 else if ( rProp.Name.equalsAscii( "OutputStream" ) ) in initialize()
[all …]
/trunk/main/ucb/source/ucp/odma/ !
H A Dodma_content.cxx653 const beans::Property& rProp = pProps[ n ]; in getPropertyValues() local
657 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
660 xRow->appendString ( rProp, rData->m_sContentType ); in getPropertyValues()
662 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
665 xRow->appendString ( rProp, rData->m_sTitle ); in getPropertyValues()
667 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
670 xRow->appendBoolean( rProp, rData->m_bIsDocument ); in getPropertyValues()
672 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
675 xRow->appendBoolean( rProp, rData->m_bIsFolder ); in getPropertyValues()
677 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/ !
H A DHTable.cxx183 ::dbtools::OPropertyMap& rProp = OMetaConnection::getPropMap(); in alterColumnByName()
186 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName()
187 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
188 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sOldTypeName; in alterColumnByName()
189 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME))>>= sNewTypeName; in alterColumnByName()
192 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nOldPrec; in alterColumnByName()
193 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION))>>= nNewPrec; in alterColumnByName()
194 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nOldScale; in alterColumnByName()
195 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nNewScale; in alterColumnByName()
199 … xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName()
[all …]
/trunk/main/extensions/test/stm/ !
H A Ddatatest.cxx918 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() local
919 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
923 rProp->setPropertyValue( L"long" , any ); in testObject()
926 rProp->setPropertyValue( L"float" , any ); in testObject()
929 rProp->setPropertyValue( L"double" , any ); in testObject()
932 rProp->setPropertyValue( L"bool" , any ); in testObject()
935 rProp->setPropertyValue( L"byte" , any ); in testObject()
938 rProp->setPropertyValue( L"char" , any ); in testObject()
941 rProp->setPropertyValue( L"string" , any ); in testObject()
944 rProp->setPropertyValue( L"object" , any ); in testObject()
[all …]
/trunk/main/io/test/stm/ !
H A Ddatatest.cxx959 Reference < XPropertySet > rProp( persistRef , UNO_QUERY ); in testObject() local
960 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
965 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject()
969 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject()
973 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject()
977 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject()
981 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("byte")) , any ); in testObject()
985 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("char")) , any ); in testObject()
989 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("string")) , any ); in testObject()
992 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("object")) , any ); in testObject()
[all …]
/trunk/main/ucb/source/ucp/gvfs/ !
H A Dgvfs_content.cxx603 const beans::Property& rProp = pProps[ n ]; in getPropertyValues() local
605 if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) { in getPropertyValues()
609 xRow->appendString( rProp, GnomeToOUString( m_info.name ) ); in getPropertyValues()
612 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in getPropertyValues()
613 xRow->appendString( rProp, getContentType () ); in getPropertyValues()
615 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) { in getPropertyValues()
617 xRow->appendBoolean( rProp, ( m_info.type == GNOME_VFS_FILE_TYPE_REGULAR || in getPropertyValues()
620 xRow->appendVoid( rProp ); in getPropertyValues()
622 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) { in getPropertyValues()
624 xRow->appendBoolean( rProp, ( m_info.type == GNOME_VFS_FILE_TYPE_DIRECTORY ) ); in getPropertyValues()
[all …]
/trunk/main/sc/source/ui/unoobj/ !
H A Dfmtuno.cxx259 const beans::PropertyValue& rProp = pPropArray[i]; in addNew() local
261 if ( rProp.Name.equalsAscii( SC_UNONAME_OPERATOR ) ) in addNew()
264 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in addNew()
267 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA1 ) ) in addNew()
271 if ( rProp.Value >>= aStrVal ) in addNew()
273 else if ( rProp.Value >>= aTokens ) in addNew()
279 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA2 ) ) in addNew()
283 if ( rProp.Value >>= aStrVal ) in addNew()
285 else if ( rProp.Value >>= aTokens ) in addNew()
291 else if ( rProp.Name.equalsAscii( SC_UNONAME_SOURCEPOS ) ) in addNew()
[all …]
/trunk/main/framework/source/fwe/xml/ !
H A Dtoolboxdocumenthandler.cxx82 static void ExtractToolbarParameters( const Sequence< PropertyValue > rProp, in ExtractToolbarParameters() argument
92 for ( sal_Int32 i = 0; i < rProp.getLength(); i++ ) in ExtractToolbarParameters()
94 if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in ExtractToolbarParameters()
96 rProp[i].Value >>= rCommandURL; in ExtractToolbarParameters()
99 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_HELPURL )) in ExtractToolbarParameters()
100 rProp[i].Value >>= rHelpURL; in ExtractToolbarParameters()
101 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TOOLTIP )) in ExtractToolbarParameters()
102 rProp[i].Value >>= rTooltip; in ExtractToolbarParameters()
103 else if ( rProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL )) in ExtractToolbarParameters()
104 rProp[i].Value >>= rLabel; in ExtractToolbarParameters()
[all …]

12345