Home
last modified time | relevance | path

Searched refs:pProperties (Results 1 – 25 of 134) sorted by relevance

123456

/AOO41X/main/xmloff/source/draw/
H A Deventimp.cxx401 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 …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1224 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 …]
/AOO41X/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx98 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 DStyleSheetTable.cxx68 ,pProperties(new StyleSheetPropertyMap) in StyleSheetEntry()
501 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWi… in lcl_attribute()
505 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWi… in lcl_attribute()
573 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
574 if( pProperties.get()) in lcl_sprm()
577 pProperties->resolve( *pTblStylePrHandler ); in lcl_sprm()
586 pEntry->pProperties->insert(pProps); in lcl_sprm()
615 m_pImpl->m_pCurrentEntry->pProperties->Insert( PROP_HORI_ORIENT, false, in lcl_sprm()
620 …dynamic_cast< StyleSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TrPrB… in lcl_sprm()
625 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
[all …]
H A DNumberingManager.cxx352 …uno::Sequence< beans::PropertyValue > aParaProps = m_pParaStyle->pProperties->GetPropertyValues( ); in GetParaProperties()
730 writerfilter::Reference<Properties>::Pointer_t pProperties; in lcl_attribute() local
731 if((pProperties = rVal.getProperties()).get()) in lcl_attribute()
732 pProperties->resolve(*this); in lcl_attribute()
808 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
809 if(pProperties.get()) in lcl_sprm()
814 pProperties->resolve( *this ); in lcl_sprm()
824 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
825 if(pProperties.get()) in lcl_sprm()
831 pProperties->resolve( *this ); in lcl_sprm()
[all …]
H A DTDefTableHandler.cxx79 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 DThemeTable.cxx115 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
116 if( pProperties.get()) in lcl_sprm()
117 pProperties->resolve(*this); in lcl_sprm()
125 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
127 if( pProperties.get()) in lcl_sprm()
128 pProperties->resolve(*this); in lcl_sprm()
140 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
141 if( pProperties.get()) in lcl_sprm()
142 pProperties->resolve(*this); in lcl_sprm()
H A DDomainMapperTableManager.cxx111 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 DBorderHandler.cxx73 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 DOLEHandler.cxx150 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
151 if( pProperties.get()) in lcl_sprm()
153 pProperties->resolve(*this); in lcl_sprm()
159 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
160 if ( pProperties.get( ) ) in lcl_sprm()
163 pProperties->resolve( *pHandler ); in lcl_sprm()
H A DDomainMapper.cxx1467 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in lcl_attribute() local
1468 if( pProperties.get()) in lcl_attribute()
1470 pProperties->resolve(*this); in lcl_attribute()
2507 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local
2508 if( pProperties.get()) in sprmWithProps()
2511 pProperties->resolve(*pBorderHandler); in sprmWithProps()
2619 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local
2620 if( pProperties.get()) in sprmWithProps()
2624 pProperties->resolve(*pCellColorHandler); in sprmWithProps()
3964 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in sprmWithProps() local
[all …]
/AOO41X/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx117 const Any *pProperties; in load_Separators() local
132 pProperties = aValues.getConstArray(); in load_Separators()
133 if( pProperties[1].hasValue() ) in load_Separators()
134 pProperties[1] >>= sFieldSeparators; in load_Separators()
136 if( pProperties[2].hasValue() ) in load_Separators()
137 pProperties[2] >>= sTextSeparators; in load_Separators()
139 if( pProperties[0].hasValue() ) in load_Separators()
140 bMergeDelimiters = ScUnoHelpFunctions::GetBoolFromAny( pProperties[0] ); in load_Separators()
142 if( pProperties[3].hasValue() ) in load_Separators()
143 bFixedWidth = ScUnoHelpFunctions::GetBoolFromAny( pProperties[3] ); in load_Separators()
[all …]
/AOO41X/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx174 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 …]
/AOO41X/main/xmloff/source/style/
H A Dimpastp3.cxx57 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()
/AOO41X/main/comphelper/source/property/
H A Dproperty.cxx177 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 DChainablePropertySetInfo.cxx96 Property* pProperties = maProperties.getArray(); in getProperties() local
100 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
104pProperties->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 Dpropertysetinfo.cxx116 Property* pProperties = maProperties.getArray(); in getProperties() local
124pProperties->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 DMasterPropertySetInfo.cxx123 Property* pProperties = maProperties.getArray(); in getProperties() local
127 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
131pProperties->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()
/AOO41X/main/writerfilter/source/resourcemodel/
H A DResourceModelHelper.cxx31 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()
/AOO41X/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx214 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()
/AOO41X/main/sfx2/source/bastyp/
H A Dhelper.cxx354 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 …]
/AOO41X/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx301 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 …]
/AOO41X/main/unotools/source/property/
H A Dpropertysetinfo.cxx113 Property* pProperties = maProperties.getArray(); in getProperties() local
121pProperties->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()
/AOO41X/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx184 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()
/AOO41X/main/forms/source/inc/
H A Dproperty.hxx109 …*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…

123456