| /trunk/main/xmloff/source/style/ |
| H A D | PageMasterExportPropMapper.cxx | 355 XMLPropertyState *pProp = &(*aIter); in ContextFilter() local 356 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in ContextFilter() 371 case CTF_PM_MARGINALL: pBuffer->pPMMarginAll = pProp; break; in ContextFilter() 372 case CTF_PM_MARGINTOP: pBuffer->pPMMarginTop = pProp; break; in ContextFilter() 373 case CTF_PM_MARGINBOTTOM: pBuffer->pPMMarginBottom = pProp; break; in ContextFilter() 374 case CTF_PM_MARGINLEFT: pBuffer->pPMMarginLeft = pProp; break; in ContextFilter() 375 case CTF_PM_MARGINRIGHT: pBuffer->pPMMarginRight = pProp; break; in ContextFilter() 376 case CTF_PM_BORDERALL: pBuffer->pPMBorderAll = pProp; break; in ContextFilter() 377 case CTF_PM_BORDERTOP: pBuffer->pPMBorderTop = pProp; break; in ContextFilter() 378 case CTF_PM_BORDERBOTTOM: pBuffer->pPMBorderBottom = pProp; break; in ContextFilter() [all …]
|
| H A D | xmlaustp.cxx | 85 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes() local 86 pProp != rProperties.end(); in exportStyleAttributes() 87 ++pProp in exportStyleAttributes() 90 if ( ( pProp->mnIndex > -1 ) in exportStyleAttributes() 91 && ( CTF_FORMS_DATA_STYLE == aPropertyMapper->GetEntryContextId( pProp->mnIndex ) ) in exportStyleAttributes() 94 lcl_exportDataStyle( GetExport(), aPropertyMapper, *pProp ); in exportStyleAttributes() 107 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes() local 108 pProp != rProperties.end(); in exportStyleAttributes() 109 ++pProp in exportStyleAttributes() 112 if (pProp->mnIndex > -1) in exportStyleAttributes() [all …]
|
| H A D | XMLPageExport.cxx | 255 XMLPropertyState *pProp = &(*aIter); in exportDefaultStyle() local 256 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in exportDefaultStyle()
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 288 …for ( PropEntry* pProp = (PropEntry*)rSection.First(); pProp; pProp = (PropEntry*)rSection.Next() ) in Section() local 289 Insert( new PropEntry( *pProp ), LIST_APPEND ); in Section() 305 PropEntry* pProp; in GetProperty() local 308 for ( pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in GetProperty() 310 if ( pProp->mnId == nId ) in GetProperty() 313 if ( pProp ) in GetProperty() 317 rPropItem.Write( pProp->mpBuf, pProp->mnSize ); in GetProperty() 358 PropEntry* pProp; in GetDictionary() local 360 for ( pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in GetDictionary() 362 if ( pProp->mnId == 0 ) in GetDictionary() [all …]
|
| /trunk/main/svx/source/items/ |
| H A D | galleryitem.cxx | 108 const css::beans::PropertyValue *pProp = aSeq.getConstArray(); in PutValue() local 109 const css::beans::PropertyValue *pEnd = pProp + aSeq.getLength(); in PutValue() 110 for ( ; pProp != pEnd; pProp++ ) in PutValue() 112 if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_TYPE ) ) ) in PutValue() 114 bAllConverted &= bIsSetType = ( pProp->Value >>= nType ); in PutValue() 117 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_LINK ) ) ) in PutValue() 119 bAllConverted &= ( pProp->Value >>= bIsLink ); in PutValue() 122 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_URL ) ) ) in PutValue() 124 bAllConverted &= ( pProp->Value >>= aURL ); in PutValue() 127 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_FILTER ) ) ) in PutValue() [all …]
|
| /trunk/main/toolkit/source/controls/ |
| H A D | unocontrolmodel.cxx | 188 ImplControlProperty* pProp = rModel.mpData->GetObject( --n ); in UnoControlModel() local 189 ImplControlProperty* pNew = new ImplControlProperty( *pProp ); in UnoControlModel() 460 ImplControlProperty* pProp = new ImplControlProperty( nPropId, rDefault ); in ImplRegisterProperty() local 461 mpData->Insert( nPropId, pProp ); in ImplRegisterProperty() 615 ImplControlProperty* pProp = mpData->GetObject( --i ); in write() local 616 …if ( ( ( GetPropertyAttribs( pProp->GetId() ) & ::com::sun::star::beans::PropertyAttribute::TRANSI… in write() 617 …&& ( getPropertyState( GetPropertyName( pProp->GetId() ) ) != ::com::sun::star::beans::PropertySta… in write() 619 aProps.Insert( pProp->GetId(), pProp ); in write() 633 ImplControlProperty* pProp = aProps.GetObject( i ); in write() local 634 OutStream->writeShort( pProp->GetId() ); in write() [all …]
|
| H A D | geometrycontrolmodel.cxx | 554 const Property* pProp = aProps.getConstArray(); in createArrayHelper() local 556 while ( pProp < pPropEnd ) in createArrayHelper() 559 …roperty* pAggPropPos = ::std::find_if( pAggProps, pAggPropsEnd, PropertyNameEqual( pProp->Name ) ); in createArrayHelper() 569 rDuplicateIds.push_back( pProp->Handle ); in createArrayHelper() 572 ++pProp; in createArrayHelper()
|
| /trunk/main/framework/source/services/ |
| H A D | pathsettings.cxx | 753 css::beans::Property* pProp = 0; in impl_rebuildPropertyDescriptor() local 755 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor() 756 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor() 757 pProp->Handle = i; in impl_rebuildPropertyDescriptor() 758 pProp->Type = ::getCppuType((::rtl::OUString*)0); in impl_rebuildPropertyDescriptor() 759 pProp->Attributes = css::beans::PropertyAttribute::BOUND; in impl_rebuildPropertyDescriptor() 761 pProp->Attributes |= css::beans::PropertyAttribute::READONLY; in impl_rebuildPropertyDescriptor() 764 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor() 765 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHES; in impl_rebuildPropertyDescriptor() 766 pProp->Handle = i; in impl_rebuildPropertyDescriptor() [all …]
|
| H A D | modulemanager.cxx | 225 ::comphelper::SequenceAsHashMap::const_iterator pProp; in replaceByName() 226 for ( pProp = lProps.begin(); in replaceByName() 227 pProp != lProps.end() ; in replaceByName() 228 ++pProp ) in replaceByName() 230 const ::rtl::OUString& sPropName = pProp->first; in replaceByName() 231 const css::uno::Any& aPropValue = pProp->second; in replaceByName()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 752 const SfxOleInt32Property* pProp = in GetInt32Value() local 754 if( pProp ) in GetInt32Value() 755 rnValue = pProp->GetValue(); in GetInt32Value() 756 return pProp != 0; in GetInt32Value() 762 const SfxOleDoubleProperty* pProp = in GetDoubleValue() local 764 if( pProp ) in GetDoubleValue() 765 rfValue = pProp->GetValue(); in GetDoubleValue() 766 return pProp != 0; in GetDoubleValue() 772 const SfxOleBoolProperty* pProp = in GetBoolValue() local 774 if( pProp ) in GetBoolValue() [all …]
|
| /trunk/main/writerfilter/source/ooxml/ |
| H A D | OOXMLFastContextHandler.cxx | 536 OOXMLProperty::Pointer_t pProp in sendTableDepth() local 538 pProps->add(pProp); in sendTableDepth() 543 OOXMLProperty::Pointer_t pProp in sendTableDepth() local 545 pProps->add(pProp); in sendTableDepth() 863 OOXMLProperty::Pointer_t pProp in propagateCharacterPropertiesAsSet() local 866 pPropertySet->add(pProp); in propagateCharacterPropertiesAsSet() 964 OOXMLProperty::Pointer_t pProp in sendPropertiesWithId() local 967 pPropertySet->add(pProp); in sendPropertiesWithId() 1109 pProp(new OOXMLPropertyImpl(mId, getValue(), in sendPropertyToParent() local 1111 pProps->add(pProp); in sendPropertyToParent() [all …]
|
| H A D | OOXMLPropertySetImpl.cxx | 425 OOXMLProperty::Pointer_t pProp = *aIt; in resolve() local 427 if (pProp.get() != NULL) in resolve() 428 pProp->resolve(rHandler); in resolve()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | wrthtml.hxx | 378 inline void OutCSS1_PropertyAscii( const sal_Char *pProp, 380 inline void OutCSS1_PropertyAscii( const sal_Char *pProp, 382 inline void OutCSS1_Property( const sal_Char *pProp, const String& rVal ); 383 void OutCSS1_Property( const sal_Char *pProp, const sal_Char *pVal, 385 void OutCSS1_UnitProperty( const sal_Char *pProp, long nVal ); 386 void OutCSS1_PixelProperty( const sal_Char *pProp, long nVal, sal_Bool bVert ); 503 inline void SwHTMLWriter::OutCSS1_PropertyAscii( const sal_Char *pProp, in OutCSS1_PropertyAscii() argument 506 OutCSS1_Property( pProp, pVal, 0 ); in OutCSS1_PropertyAscii() 509 inline void SwHTMLWriter::OutCSS1_PropertyAscii( const sal_Char *pProp, in OutCSS1_PropertyAscii() argument 512 OutCSS1_Property( pProp, rVal.GetBuffer(), 0 ); in OutCSS1_PropertyAscii() [all …]
|
| /trunk/main/basic/source/classes/ |
| H A D | sbxmod.cxx | 372 SbxVariable* pProp = ( SbxVariable* ) pProperty; in getValue() local 373 if ( pProp->GetType() == SbxEMPTY ) in getValue() 376 Any aRet = sbxToUnoValue( pProp ); in getValue() 624 SbProperty* pProp = p ? PTR_CAST(SbProperty,p) : NULL; in GetProperty() local 625 if( p && !pProp ) in GetProperty() 627 if( !pProp ) in GetProperty() 629 pProp = new SbProperty( rName, t, this ); in GetProperty() 630 pProp->SetFlag( SBX_READWRITE ); in GetProperty() 631 pProp->SetParent( this ); in GetProperty() 632 pProps->Put( pProp, pProps->Count() ); in GetProperty() [all …]
|
| H A D | sb.cxx | 536 SbxProperty* pProp = PTR_CAST( SbxProperty, pVar ); in cloneTypeObjectImpl() local 537 if( pProp ) in cloneTypeObjectImpl() 539 SbxProperty* pNewProp = new SbxProperty( *pProp ); in cloneTypeObjectImpl() 715 SbxProperty* pProp = PTR_CAST( SbxProperty, pVar ); in TYPEINIT1() local 716 if( pProp ) in TYPEINIT1() 718 sal_uInt16 nFlags_ = pProp->GetFlags(); in TYPEINIT1() 719 pProp->SetFlag( SBX_NO_BROADCAST ); in TYPEINIT1() 720 SbxProperty* pNewProp = new SbxProperty( *pProp ); in TYPEINIT1() 724 SbxDataType eVarType = pProp->GetType(); in TYPEINIT1() 727 SbxBase* pObjBase = pProp->GetObject(); in TYPEINIT1() [all …]
|
| /trunk/main/vcl/unx/generic/desktopdetect/ |
| H A D | desktopdetector.cxx | 103 unsigned char* pProp = NULL; in is_gnome_desktop() local 114 &pProp ); in is_gnome_desktop() 115 if( pProp && nType == nUTFAtom ) in is_gnome_desktop() 117 OString aWMName( (sal_Char*)pProp ); in is_gnome_desktop() 121 if( pProp ) in is_gnome_desktop() 122 XFree( pProp ); in is_gnome_desktop()
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | ContentProperties.cxx | 186 const PropertyValue * pProp = get( rName ); in getValue() local 187 if ( pProp ) in getValue() 188 return pProp->value(); in getValue() 408 const PropertyValue * pProp = rContentProps.get( rName ); in addProperties() local 409 if ( pProp ) in addProperties() 412 addProperty( rName, pProp->value(), pProp->isCaseSensitive() ); in addProperties()
|
| /trunk/main/filter/source/config/cache/ |
| H A D | cacheitem.cxx | 121 for (const_iterator pProp = begin(); in getAsPackedPropertyValueList() local 122 pProp != end() ; in getAsPackedPropertyValueList() 123 ++pProp ) in getAsPackedPropertyValueList() 125 const ::rtl::OUString& rName = pProp->first; in getAsPackedPropertyValueList() 126 const css::uno::Any& rValue = pProp->second; in getAsPackedPropertyValueList()
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | databasecontext.cxx | 418 const PropertyValue* pProp = rSessionPersistentProps.getConstArray(); in setTransientProperties() local 420 for ( ; pProp != pPropsEnd; ++pProp ) in setTransientProperties() 422 if ( pProp->Name.equalsAscii( "AuthFailedPassword" ) ) in setTransientProperties() 424 OSL_VERIFY( pProp->Value >>= sAuthFailedPassword ); in setTransientProperties() 428 xDSProps->setPropertyValue( pProp->Name, pProp->Value ); in setTransientProperties()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoport.cxx | 581 const OUString *pProp = rPropertyNames.getConstArray(); in setPropertyValuesTolerant() local 597 pFailed[ nFailed ].Name = pProp[i]; in setPropertyValuesTolerant() 599 const SfxItemPropertySimpleEntry* pEntry = pPropMap->getByName( pProp[i] ); in setPropertyValuesTolerant() 611 *pUnoCrsr, *m_pPropSet, pProp[i], pValue[i] ); in setPropertyValuesTolerant() 681 const OUString *pProp = rPropertyNames.getConstArray(); in GetPropertyValuesTolerant_Impl() local 700 aResult.Name = pProp[i]; in GetPropertyValuesTolerant_Impl() 710 const SfxItemPropertySimpleEntry* pEntry = pPropMap->getByName( pProp[i] ); in GetPropertyValuesTolerant_Impl()
|
| H A D | unoparagraph.cxx | 720 const OUString *pProp = rPropertyNames.getConstArray(); in setPropertyValuesTolerant() local 741 pFailed[ nFailed ].Name = pProp[i]; in setPropertyValuesTolerant() 744 pPropMap->getByName( pProp[i] ); in setPropertyValuesTolerant() 762 aCursor, m_pImpl->m_rPropSet, pProp[i], pValue[i]); in setPropertyValuesTolerant() 847 const OUString *pProp = rPropertyNames.getConstArray(); in GetPropertyValuesTolerant_Impl() local 863 rResult.Name = pProp[i]; in GetPropertyValuesTolerant_Impl() 866 pPropMap->getByName( pProp[i] ); in GetPropertyValuesTolerant_Impl() 892 aValue, pProp[i], pEntry->nWID ) ) in GetPropertyValuesTolerant_Impl()
|
| /trunk/main/basic/source/runtime/ |
| H A D | step2.cxx | 1174 SbProperty* pProp = pMod->GetProperty( aName, t ); in StepPUBLIC_Impl() local 1176 pProp->SetFlag( SBX_PRIVATE ); in StepPUBLIC_Impl() 1179 if( pProp ) in StepPUBLIC_Impl() 1181 pProp->SetFlag( SBX_DONTSTORE ); in StepPUBLIC_Impl() 1183 pProp->SetFlag( SBX_NO_MODIFY); in StepPUBLIC_Impl() 1185 implHandleSbxFlags( pProp, t, nOp2 ); in StepPUBLIC_Impl()
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | propertyhandler.hxx | 342 const ::com::sun::star::beans::Property* pProp = impl_getPropertyFromId_nothrow( _nPropId ); in impl_getPropertyNameFromId_nothrow() local 343 return pProp ? pProp->Name : ::rtl::OUString(); in impl_getPropertyNameFromId_nothrow()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 284 CustomProperty* pProp = new CustomProperty( pProps[i].Name, aValue ); in SfxDocumentInfoItem() local 285 m_aCustomProperties.push_back( pProp ); in SfxDocumentInfoItem() 319 CustomProperty* pProp = new CustomProperty( rItem.m_aCustomProperties[i]->m_sName, in SfxDocumentInfoItem() local 321 m_aCustomProperties.push_back( pProp ); in SfxDocumentInfoItem() 489 CustomProperty* pProp = new CustomProperty( m_aCustomProperties[i]->m_sName, in GetCustomProperties() local 491 aRet.push_back( pProp ); in GetCustomProperties() 506 CustomProperty* pProp = new CustomProperty( sName, rValue ); in AddCustomProperty() local 507 m_aCustomProperties.push_back( pProp ); in AddCustomProperty()
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxobj.cxx | 1090 SbxVariable *pProp = pProps->Get(n); in GarbageCollection() 1091 const SbxValues &rValues = pProp->GetValues_Impl(); in GarbageCollection() 1098 pProp->GetName().GetStr(), in GarbageCollection() 1102 pProp->SbxValue::Clear(); in GarbageCollection()
|