| /trunk/main/xmloff/source/draw/ |
| H A D | eventimp.cxx | 401 beans::PropertyValue* pProperties = aProperties.getArray(); in EndElement() local 425 pProperties->Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "EventType" ) ); in EndElement() 426 pProperties->Handle = -1; in EndElement() 427 pProperties->Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM("StarBasic") ); in EndElement() 428 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement() 429 pProperties++; in EndElement() 431 pProperties->Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "MacroName" ) ); in EndElement() 432 pProperties->Handle = -1; in EndElement() 433 pProperties->Value <<= msMacroName; in EndElement() 434 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement() [all …]
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unoobj.cxx | 1224 const beans::PropertyValue* pProperties = aProperties.getConstArray(); in replaceByName() local 1239 for( nIndex = 0; nIndex < nCount; nIndex++, pProperties++ ) in replaceByName() 1241 if( ( ( nFound & FOUND_EVENTTYPE ) == 0 ) && pProperties->Name == maStrEventType ) in replaceByName() 1243 if( pProperties->Value >>= aStrEventType ) in replaceByName() 1249 else if( ( ( nFound & FOUND_CLICKACTION ) == 0 ) && pProperties->Name == maStrClickAction ) in replaceByName() 1251 if( pProperties->Value >>= eClickAction ) in replaceByName() 1257 …else if( ( ( nFound & FOUND_MACRO ) == 0 ) && ( pProperties->Name == maStrMacroName || pProperties… in replaceByName() 1259 if( pProperties->Value >>= aStrMacro ) in replaceByName() 1265 else if( ( ( nFound & FOUND_LIBRARY ) == 0 ) && pProperties->Name == maStrLibrary ) in replaceByName() 1267 if( pProperties->Value >>= aStrLibrary ) in replaceByName() [all …]
|
| /trunk/main/writerfilter/source/dmapper/ |
| H A D | TablePropertiesHandler.cxx | 98 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 99 if( pProperties.get()) in sprm() 102 pProperties->resolve(*pMeasureHandler); in sprm() 156 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 157 if( pProperties.get()) in sprm() 160 pProperties->resolve(*pBorderHandler); in sprm() 175 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 176 if( pProperties.get()) in sprm() 180 pProperties->resolve( *pTDefTableHandler ); in sprm() 189 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local [all …]
|
| H A D | StyleSheetTable.cxx | 68 ,pProperties(new StyleSheetPropertyMap) in StyleSheetEntry() 500 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWi… in lcl_attribute() 504 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWi… in lcl_attribute() 571 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 572 if( pProperties.get()) in lcl_sprm() 575 pProperties->resolve( *pTblStylePrHandler ); in lcl_sprm() 584 pEntry->pProperties->insert(pProps); in lcl_sprm() 613 m_pImpl->m_pCurrentEntry->pProperties->Insert( PROP_HORI_ORIENT, false, in lcl_sprm() 618 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TrPrB… in lcl_sprm() 623 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local [all …]
|
| H A D | NumberingManager.cxx | 332 …uno::Sequence< beans::PropertyValue > aParaProps = m_pParaStyle->pProperties->GetPropertyValues( ); in GetParaProperties() 709 writerfilter::Reference<Properties>::Pointer_t pProperties; in lcl_attribute() local 710 if((pProperties = rVal.getProperties()).get()) in lcl_attribute() 711 pProperties->resolve(*this); in lcl_attribute() 787 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 788 if(pProperties.get()) in lcl_sprm() 793 pProperties->resolve( *this ); in lcl_sprm() 803 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 804 if(pProperties.get()) in lcl_sprm() 810 pProperties->resolve( *this ); in lcl_sprm() [all …]
|
| H A D | TDefTableHandler.cxx | 79 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute() local 80 if( pProperties.get()) in lcl_attribute() 82 pProperties->resolve( *this ); in lcl_attribute() 121 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute() local 122 localResolve( rName, pProperties ); in lcl_attribute() 166 …DefTableHandler::localResolve(Id rName, writerfilter::Reference<Properties>::Pointer_t pProperties) in localResolve() argument 168 if( pProperties.get()) in localResolve() 171 pProperties->resolve( *this ); in localResolve() 234 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 235 localResolve( rSprm.getId(), pProperties ); in lcl_sprm()
|
| H A D | ThemeTable.cxx | 114 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 115 if( pProperties.get()) in lcl_sprm() 116 pProperties->resolve(*this); in lcl_sprm() 124 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 126 if( pProperties.get()) in lcl_sprm() 127 pProperties->resolve(*this); in lcl_sprm() 139 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 140 if( pProperties.get()) in lcl_sprm() 141 pProperties->resolve(*this); in lcl_sprm()
|
| H A D | DomainMapperTableManager.cxx | 111 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 112 if( pProperties.get()) in sprm() 115 pProperties->resolve(*pMeasureHandler); in sprm() 154 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 155 if( pProperties.get()) in sprm() 158 pProperties->resolve( *pTDefTableHandler ); in sprm() 186 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprm() local 187 if( pProperties.get()) in sprm() 190 pProperties->resolve(*pBorderHandler); in sprm() 371 PropertyMapPtr pProperties ) in SetStyleProperties() argument [all …]
|
| H A D | DomainMapper.cxx | 1466 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in lcl_attribute() local 1467 if( pProperties.get()) in lcl_attribute() 1469 pProperties->resolve(*this); in lcl_attribute() 2505 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local 2506 if( pProperties.get()) in sprmWithProps() 2509 pProperties->resolve(*pBorderHandler); in sprmWithProps() 2617 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local 2618 if( pProperties.get()) in sprmWithProps() 2622 pProperties->resolve(*pCellColorHandler); in sprmWithProps() 3191 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local [all …]
|
| H A D | BorderHandler.cxx | 73 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute() local 74 if( pProperties.get()) in lcl_attribute() 76 pProperties->resolve(*this); in lcl_attribute() 135 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 136 if( pProperties.get()) in lcl_sprm() 137 pProperties->resolve(*this); in lcl_sprm()
|
| H A D | OLEHandler.cxx | 152 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 153 if( pProperties.get()) in lcl_sprm() 155 pProperties->resolve(*this); in lcl_sprm() 161 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local 162 if ( pProperties.get( ) ) in lcl_sprm() 165 pProperties->resolve( *pHandler ); in lcl_sprm()
|
| /trunk/main/sc/source/ui/dbgui/ |
| H A D | scuiasciiopt.cxx | 116 const Any *pProperties; in load_Separators() local 131 pProperties = aValues.getConstArray(); in load_Separators() 132 if( pProperties[1].hasValue() ) in load_Separators() 133 pProperties[1] >>= sFieldSeparators; in load_Separators() 135 if( pProperties[2].hasValue() ) in load_Separators() 136 pProperties[2] >>= sTextSeparators; in load_Separators() 138 if( pProperties[0].hasValue() ) in load_Separators() 139 bMergeDelimiters = ScUnoHelpFunctions::GetBoolFromAny( pProperties[0] ); in load_Separators() 141 if( pProperties[3].hasValue() ) in load_Separators() 142 bFixedWidth = ScUnoHelpFunctions::GetBoolFromAny( pProperties[3] ); in load_Separators() [all …]
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | selectdbtabledialog.cxx | 174 PropertyValue* pProperties = aProperties.getArray(); in IMPL_LINK() local 175 pProperties[0].Name = C2U("DataSourceName"); in IMPL_LINK() 176 pProperties[0].Value <<= sDataSourceName; in IMPL_LINK() 177 pProperties[1].Name = C2U("Command"); in IMPL_LINK() 178 pProperties[1].Value <<= sTableOrQuery; in IMPL_LINK() 179 pProperties[2].Name = C2U("CommandType"); in IMPL_LINK() 180 pProperties[2].Value <<= nCommandType; in IMPL_LINK() 181 pProperties[3].Name = C2U("ShowTreeView"); in IMPL_LINK() 183 pProperties[3].Value <<= bFalse; in IMPL_LINK() 184 pProperties[4].Name = C2U("ShowTreeViewButton"); in IMPL_LINK() [all …]
|
| /trunk/main/xmloff/source/style/ |
| H A D | impastp3.cxx | 57 SvXMLAutoStylePoolPropertiesP_Impl *pProperties = 0; in Add() local 75 pProperties = pIS; in Add() 80 if( !pProperties ) in Add() 82 pProperties = new SvXMLAutoStylePoolPropertiesP_Impl( pFamilyData, rProperties ); in Add() 83 maPropertiesList.Insert( pProperties, i ); in Add() 87 rName = pProperties->GetName(); in Add() 121 SvXMLAutoStylePoolPropertiesP_Impl* pProperties = in AddNamed() local 124 pProperties->SetName( rName ); in AddNamed() 125 maPropertiesList.Insert( pProperties, i ); in AddNamed()
|
| /trunk/main/comphelper/source/property/ |
| H A D | property.cxx | 177 const Property* pProperties = _rProps.getConstArray(); in RemoveProperty() local 178 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen, _rPropName,PropertyS… in RemoveProperty() 181 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == _rPropName) ) in RemoveProperty() 184 removeElementAt(_rProps, pResult - pProperties); in RemoveProperty() 194 Property* pProperties = seqProps.getArray(); in ModifyPropertyAttributes() local 195 …Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,sPropName, PropertyStringLe… in ModifyPropertyAttributes() 198 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == sPropName) ) in ModifyPropertyAttributes()
|
| H A D | ChainablePropertySetInfo.cxx | 96 Property* pProperties = maProperties.getArray(); in getProperties() local 100 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties() 104 … pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 105 pProperties->Handle = pInfo->mnHandle; in getProperties() 108 pProperties->Type = *pType; in getProperties() 109 pProperties->Attributes = pInfo->mnAttributes; in getProperties()
|
| H A D | propertysetinfo.cxx | 116 Property* pProperties = maProperties.getArray(); in getProperties() local 124 … pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 125 pProperties->Handle = pEntry->mnHandle; in getProperties() 126 pProperties->Type = *pEntry->mpType; in getProperties() 127 pProperties->Attributes = pEntry->mnAttributes; in getProperties() 129 pProperties++; in getProperties()
|
| H A D | MasterPropertySetInfo.cxx | 123 Property* pProperties = maProperties.getArray(); in getProperties() local 127 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties() 131 … pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 132 pProperties->Handle = pInfo->mnHandle; in getProperties() 135 pProperties->Type = *pType; in getProperties() 136 pProperties->Attributes = pInfo->mnAttributes; in getProperties()
|
| /trunk/main/dbaccess/source/filter/xml/ |
| H A D | xmlExport.cxx | 301 const Property* pProperties = aProperties.getConstArray(); in exportDataSource() local 302 const Property* pPropertiesEnd = pProperties + aProperties.getLength(); in exportDataSource() 303 for ( ; pProperties != pPropertiesEnd; ++pProperties ) in exportDataSource() 306 Any aValue = xDataSourceSettings->getPropertyValue( pProperties->Name ); in exportDataSource() 371 if ( pProperties->Name == aTokens[i].sPropertyName ) in exportDataSource() 393 if ( ( pProperties->Attributes & PropertyAttribute::REMOVEABLE ) == 0 ) in exportDataSource() 395 … PropertyState ePropertyState = xSettingsState->getPropertyState( pProperties->Name ); in exportDataSource() 401 if ( pProperties->Name == PROPERTY_BOOLEANCOMPARISONMODE ) in exportDataSource() 417 else if ( pProperties->Name == INFO_AUTORETRIEVEENABLED ) in exportDataSource() 422 else if ( pProperties->Name == INFO_AUTORETRIEVEVALUE ) in exportDataSource() [all …]
|
| /trunk/main/writerfilter/source/resourcemodel/ |
| H A D | ResourceModelHelper.cxx | 31 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in resolveSprmProps() local 32 if( pProperties.get()) in resolveSprmProps() 33 pProperties->resolve(rHandler); in resolveSprmProps() 38 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in resolveAttributeProperties() local 39 if( pProperties.get()) in resolveAttributeProperties() 40 pProperties->resolve(rHandler); in resolveAttributeProperties()
|
| /trunk/main/sfx2/source/bastyp/ |
| H A D | helper.cxx | 354 StringList_Impl* pProperties = NULL; in GetFolderContentProperties() local 414 pProperties = new StringList_Impl; in GetFolderContentProperties() 450 pProperties->Insert( pRow, nPos ); in GetFolderContentProperties() 468 if ( pProperties ) in GetFolderContentProperties() 470 sal_uIntPtr nCount = pProperties->Count(); in GetFolderContentProperties() 475 OUString* pProperty = pProperties->GetObject(i); in GetFolderContentProperties() 479 delete pProperties; in GetFolderContentProperties() 583 StringList_Impl* pProperties = NULL; in GetHelpTreeViewContents() local 613 pProperties = new StringList_Impl; in GetHelpTreeViewContents() 629 pProperties->Insert( pRow, LIST_APPEND ); in GetHelpTreeViewContents() [all …]
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | xsddatatypes.cxx | 214 const Property* pProperties = aProperties.getConstArray(); in lcl_copyProperties() local 215 const Property* pPropertiesEnd = pProperties + aProperties.getLength(); in lcl_copyProperties() 216 for ( ; pProperties != pPropertiesEnd; ++pProperties ) in lcl_copyProperties() 218 if ( xDestInfo->hasPropertyByName( pProperties->Name ) ) in lcl_copyProperties() 219 … _rxDest->setPropertyValue( pProperties->Name, _rxSource->getPropertyValue( pProperties->Name ) ); in lcl_copyProperties()
|
| /trunk/main/unotools/source/property/ |
| H A D | propertysetinfo.cxx | 113 Property* pProperties = maProperties.getArray(); in getProperties() local 121 … pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 122 pProperties->Handle = pEntry->mnWhich; in getProperties() 123 pProperties->Type = *pEntry->mpType; in getProperties() 124 pProperties->Attributes = pEntry->mnFlags; in getProperties() 125 pProperties++; in getProperties()
|
| /trunk/main/forms/source/inc/ |
| H A D | property.hxx | 109 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getC… 113 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getB… 117 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getC… 124 ::com::sun::star::beans::Property* pProperties = _rProps.getArray() + nOldCount; \ 129 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \ 134 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \ 202 …DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperti…
|
| /trunk/main/writerfilter/inc/resourcemodel/ |
| H A D | TableData.hxx | 184 void insertProperties(PropertiesPointer pProperties) in insertProperties() argument 186 if( pProperties.get() ) in insertProperties() 189 mpProperties = pProperties; in insertProperties() 191 mpProperties->insert( pProperties ); in insertProperties() 319 void endRow(PropertiesPointer pProperties) in endRow() argument 321 mpRow->insertProperties(pProperties); in endRow()
|