/trunk/main/xmloff/source/style/ |
H A D | PageMasterExportPropMapper.cxx | 355 XMLPropertyState *pProp = &(*aIter); in ContextFilter() local 395 case CTF_PM_HEADERHEIGHT: pPMHeaderHeight = pProp; break; in ContextFilter() 401 case CTF_PM_SCALETO: pPMScaleTo = pProp; break; in ContextFilter() 411 pRepeatOffsetX = pProp; in ContextFilter() 416 pRepeatOffsetY = pProp; in ContextFilter() 421 pHeaderRepeatOffsetX = pProp; in ContextFilter() 426 pHeaderRepeatOffsetY = pProp; in ContextFilter() 431 pFooterRepeatOffsetX = pProp; in ContextFilter() 436 pFooterRepeatOffsetY = pProp; in ContextFilter() 459 pProp->mnIndex = -1; in ContextFilter() [all …]
|
H A D | xmlaustp.cxx | 86 pProp != rProperties.end(); in exportStyleAttributes() 87 ++pProp in exportStyleAttributes() 90 if ( ( pProp->mnIndex > -1 ) in exportStyleAttributes() 94 lcl_exportDataStyle( GetExport(), aPropertyMapper, *pProp ); in exportStyleAttributes() 108 pProp != rProperties.end(); in exportStyleAttributes() 109 ++pProp in exportStyleAttributes() 112 if (pProp->mnIndex > -1) in exportStyleAttributes() 142 pProp->maValue >>= xNumRule; in exportStyleAttributes() 160 …( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end… in exportStyleAttributes() local 162 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 308 for ( pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in GetProperty() 313 if ( pProp ) in GetProperty() 317 rPropItem.Write( pProp->mpBuf, pProp->mnSize ); in GetProperty() 360 for ( pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in GetDictionary() 365 if ( pProp ) in GetDictionary() 414 for ( PropEntry* pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in ~Section() local 415 delete pProp; in ~Section() 608 for ( pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in operator =() 609 delete pProp; in operator =() [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() 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() 129 bAllConverted &= ( pProp->Value >>= aFilterName ); in PutValue() 134 bAllConverted &= ( pProp->Value >>= xDrawing ); in PutValue() [all …]
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 461 mpData->Insert( nPropId, pProp ); in ImplRegisterProperty() 619 aProps.Insert( pProp->GetId(), pProp ); in write() 765 if ( pProp ) in write() 770 pProp->GetValue() >>= aFD; in write() 970 pProp->GetValue() >>= *pFD; in read() 988 pProp->GetValue() >>= *pFD; in read() 1258 pProp->SetValue( rValue ); in setFastPropertyValue_NoBroadcast() 1267 if ( pProp ) in getFastPropertyValue() 1268 rValue = pProp->GetValue(); in getFastPropertyValue() 1273 pProp->GetValue() >>= aFD; in getFastPropertyValue() [all …]
|
H A D | geometrycontrolmodel.cxx | 554 const Property* pProp = aProps.getConstArray(); in createArrayHelper() local 556 while ( pProp < pPropEnd ) in createArrayHelper() 559 …const Property* pAggPropPos = ::std::find_if( pAggProps, pAggPropsEnd, PropertyNameEqual( pProp->N… in createArrayHelper() 569 rDuplicateIds.push_back( pProp->Handle ); in createArrayHelper() 572 ++pProp; in createArrayHelper()
|
/trunk/main/framework/source/services/ |
H A D | pathsettings.cxx | 755 css::beans::Property* pProp = 0; in impl_rebuildPropertyDescriptor() local 757 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor() 758 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor() 759 pProp->Handle = i; in impl_rebuildPropertyDescriptor() 760 pProp->Type = ::getCppuType((::rtl::OUString*)0); in impl_rebuildPropertyDescriptor() 766 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor() 768 pProp->Handle = i; in impl_rebuildPropertyDescriptor() 774 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor() 776 pProp->Handle = i; in impl_rebuildPropertyDescriptor() 783 pProp = &(m_lPropDesc[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 | 754 if( pProp ) in GetInt32Value() 756 return pProp != 0; in GetInt32Value() 764 if( pProp ) in GetDoubleValue() 766 return pProp != 0; in GetDoubleValue() 774 if( pProp ) in GetBoolValue() 776 return pProp != 0; in GetBoolValue() 784 if( pProp ) in GetStringValue() 786 return pProp != 0; in GetStringValue() 794 if( pProp ) in GetFileTimeValue() 799 rValue = pProp->GetValue(); in GetFileTimeValue() [all …]
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.cxx | 538 pProps->add(pProp); in sendTableDepth() 545 pProps->add(pProp); in sendTableDepth() 866 pPropertySet->add(pProp); in propagateCharacterPropertiesAsSet() 967 pPropertySet->add(pProp); in sendPropertiesWithId() 1111 pProps->add(pProp); in sendPropertyToParent() 1684 pProps->add(pProp); in endCell() 1691 pProps->add(pProp); in endCell() 1698 pProps->add(pProp); in endCell() 1741 pProps->add(pProp); in endRow() 1748 pProps->add(pProp); in endRow() [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 ); 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() 515 inline void SwHTMLWriter::OutCSS1_Property( const sal_Char *pProp, in OutCSS1_Property() argument [all …]
|
/trunk/main/basic/source/classes/ |
H A D | sbxmod.cxx | 625 if( p && !pProp ) in GetProperty() 627 if( !pProp ) in GetProperty() 630 pProp->SetFlag( SBX_READWRITE ); in GetProperty() 631 pProp->SetParent( this ); in GetProperty() 635 return pProp; in GetProperty() 643 if( p && !pProp ) in GetProcedureProperty() 645 if( !pProp ) in GetProcedureProperty() 648 pProp->SetFlag( SBX_READWRITE ); in GetProcedureProperty() 649 pProp->SetParent( this ); in GetProcedureProperty() 653 return pProp; in GetProcedureProperty() [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() 716 if( pProp ) in TYPEINIT1() 718 sal_uInt16 nFlags_ = pProp->GetFlags(); in TYPEINIT1() 719 pProp->SetFlag( SBX_NO_BROADCAST ); in TYPEINIT1() 724 SbxDataType eVarType = pProp->GetType(); in TYPEINIT1() 727 SbxBase* pObjBase = pProp->GetObject(); in TYPEINIT1() 738 pNewObj->SetName( pProp->GetName() ); in TYPEINIT1() 746 pNewCollection->SetName( pProp->GetName() ); 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()
|