Home
last modified time | relevance | path

Searched refs:pProps (Results 1 – 25 of 124) sorted by relevance

12345

/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx195 mpProps = pProps; in setProps()
210 mpCellProps = pProps; in setCellProps()
225 mpRowProps = pProps; in setRowProps()
300 PropertiesPointer pProps ) in setProps() argument
302 mState.setProps( pProps ); in setProps()
316 PropertiesPointer pProps ) in setCellProps() argument
332 PropertiesPointer pProps ) in setRowProps() argument
841 setProps(pProps); in props()
901 setCellProps(pProps); in cellProps()
937 setRowProps(pProps); in insertRowProps()
[all …]
H A DTableData.hxx63 CellData(T start, PropertiesPointer pProps) in CellData() argument
89 void setProperties(PropertiesPointer pProps) { mpProps = pProps; } in setProperties() argument
96 void insertProperties(PropertiesPointer pProps) in insertProperties() argument
99 mpProps->insert(pProps); in insertProperties()
101 mpProps = pProps; in insertProperties()
203 mCells[i]->insertProperties(pProps); in insertCellProperties()
335 mpRow->addCell(start, pProps); in addCell()
363 mpRow->insertCellProperties(pProps); in insertCellProperties()
374 mpRow->insertCellProperties(i, pProps); in insertCellProperties()
380 mpTableProps->insert( pProps ); in insertTableProperties()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx521 pProps[nPos].Name = in GetProperties()
535 pProps[nPos].Name = in GetProperties()
541 pProps[nPos].Name = in GetProperties()
545 pProps[nPos].Name = in GetProperties()
572 pProps[nPos].Name = in GetProperties()
613 pProps[nPos].Name = in GetProperties()
641 pProps[nPos].Name = in GetProperties()
1380 pProps->Name = in SetDefaultStyle()
1401 pProps->Name = in SetDefaultStyle()
1407 pProps->Name = in SetDefaultStyle()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.hxx68 inline void cellProps( TablePropertyMapPtr pProps ) in cellProps() argument
71 m_pTableManager->cellProps( pProps ); in cellProps()
73 m_pCurrentProperties->insert( pProps, true ); in cellProps()
79 m_pTableManager->cellPropsByCell( i, pProps ); in cellPropsByCell()
81 m_pCurrentProperties->insert( pProps, true ); in cellPropsByCell()
84 inline void insertRowProps( TablePropertyMapPtr pProps ) in insertRowProps() argument
87 m_pTableManager->insertRowProps( pProps ); in insertRowProps()
89 m_pCurrentProperties->insert( pProps, true ); in insertRowProps()
92 inline void insertTableProps( TablePropertyMapPtr pProps ) in insertTableProps() argument
95 m_pTableManager->insertTableProps( pProps ); in insertTableProps()
[all …]
H A DDomainMapperTableManager.hxx78 inline virtual void cellProps(TablePropertyMapPtr pProps) in cellProps() argument
81 m_pStyleProps->insert( pProps, true ); in cellProps()
83 DomainMapperTableManager_Base_t::cellProps( pProps ); in cellProps()
89 m_pStyleProps->insert( pProps, true ); in cellPropsByCell()
91 DomainMapperTableManager_Base_t::cellPropsByCell( i, pProps ); in cellPropsByCell()
94 inline virtual void insertRowProps(TablePropertyMapPtr pProps) in insertRowProps() argument
97 m_pStyleProps->insert( pProps, true ); in insertRowProps()
99 DomainMapperTableManager_Base_t::insertRowProps( pProps ); in insertRowProps()
102 inline virtual void insertTableProps(TablePropertyMapPtr pProps) in insertTableProps() argument
105 m_pStyleProps->insert( pProps, true ); in insertTableProps()
[all …]
H A DStyleSheetTable.cxx133 bool bHasChecked = pCheckedIt != pProps->end( ); in AddTblStylePr()
134 bool bHasInside = pInsideIt != pProps->end( ); in AddTblStylePr()
139 pProps->erase( pInsideIt ); in AddTblStylePr()
148 m_aStyles[nType] = pProps; in AddTblStylePr()
153 PropertyMapPtr pProps( new PropertyMap ); in GetProperties() local
177 pProps->insert( GetLocalPropertiesFromMask( nMask ) ); in GetProperties()
179 return pProps; in GetProperties()
257 PropertyMapPtr pProps( new PropertyMap( ) ); in GetLocalPropertiesFromMask() local
274 return pProps; in GetLocalPropertiesFromMask()
584 pEntry->pProperties->insert(pProps); in lcl_sprm()
[all …]
H A DDomainMapperTableHandler.cxx98 static void lcl_printProperties( PropertyMapPtr pProps ) in lcl_printProperties() argument
100 if( pProps.get() ) in lcl_printProperties()
153 m_aTableProperties = pProps; in startTable()
161 if (pProps.get() != NULL) in startTable()
162 dmapper_logger->addTag(pProps->toTag()); in startTable()
840 m_aRowProperties.push_back( pProps ); in startRow()
846 if (pProps != NULL) in startRow()
847 dmapper_logger->addTag(pProps->toTag()); in startRow()
868 if ( pProps.get( ) ) in startCell()
869 m_aCellProperties[nRow - 1].push_back( pProps ); in startCell()
[all …]
H A DDomainMapperTableManager.cxx289 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
290 pProps->Insert( PROP_CNF_STYLE, true, uno::makeAny( pValue->getString( ) ) ); in sprm()
291 insertRowProps( pProps ); in sprm()
303 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
304 pProps->Insert( PROP_CNF_STYLE, true, uno::makeAny( pValue->getString( ) ) ); in sprm()
305 cellProps( pProps ); in sprm()
400 PropertyMapPtr pProps = getTableProps(); in endLevel() local
401 if (pProps.get() != NULL) in endLevel()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx418 const PropertyValue* pProps = aProps.getConstArray(); in SetText() local
422 pProps[nProp].Value >>= sLeft; in SetText()
424 pProps[nProp].Value >>= sRight; in SetText()
450 PropertyValue* pProps = rProps.getArray(); in GetText() local
486 pProps[nProp].Value >>= nTmp; in Update()
504 pProps[nProp].Value >>= sTmp; in Update()
643 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
647 pProps[nProp].Value <<= nAdjust; in IMPL_LINK()
666 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
690 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx150 (OOXMLPropertySet::Pointer_t pProps) in setCharacterProperties() argument
153 mpCharacterProps = pProps; in setCharacterProperties()
159 (OOXMLPropertySet::Pointer_t pProps) in setCellProperties() argument
166 rCellProps = pProps; in setCellProperties()
168 rCellProps->add(pProps); in setCellProperties()
173 (OOXMLPropertySet::Pointer_t pProps) in setRowProperties() argument
180 rRowProps = pProps; in setRowProperties()
182 rRowProps->add(pProps); in setRowProperties()
229 (OOXMLPropertySet::Pointer_t pProps) in setTableProperties() argument
235 rTableProps = pProps; in setTableProperties()
[all …]
H A DOOXMLFastContextHandler.cxx404 if (pProps.get() != NULL) in toPropertiesTag()
538 pProps->add(pProp); in sendTableDepth()
545 pProps->add(pProp); in sendTableDepth()
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()
1755 pProps->add(pProp); in endRow()
[all …]
H A DHandler.cxx274 writerfilter::Reference<Properties>::Pointer_t pProps in attribute() local
276 if (pProps.get() != NULL) in attribute()
277 pProps->resolve(*this); in attribute()
283 writerfilter::Reference<Properties>::Pointer_t pProps in sprm() local
286 if (pProps.get() != NULL) in sprm()
287 pProps->resolve(*this); in sprm()
H A DOOXMLParserState.hxx90 void setCharacterProperties(OOXMLPropertySet::Pointer_t pProps);
92 void setCellProperties(OOXMLPropertySet::Pointer_t pProps);
94 void setRowProperties(OOXMLPropertySet::Pointer_t pProps);
96 void setTableProperties(OOXMLPropertySet::Pointer_t pProps);
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx75 pProps = new SbxArray; in operator =()
79 *pProps = *r.pProps; in operator =()
108 CheckParentsOnDelete( this, pProps ); in ~SbxObject()
129 pProps = new SbxArray; in Clear()
187 pRes = pProps->FindUserData( nData ); in FindUserData()
351 case SbxCLASS_PROPERTY: pArray = pProps; break; in FindVar()
760 || !LoadArray( rStrm, this, pProps ) in LoadData()
789 if( !pProps->Store( rStrm ) ) in StoreData()
975 SbxVariableRef& r = pProps->GetRef( i ); in Dump()
1086 SbxArray *pProps = pObj->GetProperties(); in GarbageCollection()
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx105 TablePropsRef_t pProps);
109 TablePropsRef_t pProps);
111 virtual void startCell(const string & start, TablePropsRef_t pProps);
430 writerfilter::Reference<Properties>::Pointer_t pProps = val.getProperties(); in attribute() local
432 if (pProps.get() != NULL) in attribute()
436 + "\" type=\"" + pProps->getType() + "\">"); in attribute()
440 pProps->resolve(*this); in attribute()
497 writerfilter::Reference<Properties>::Pointer_t pProps = sprm_.getProps(); in sprm() local
499 if (pProps.get() != NULL) in sprm()
501 output.addItem("<properties type=\"" + pProps->getType() + "\">"); in sprm()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx258 OUString* pProps = aProps.getArray(); in GetFolderContents() local
366 OUString* pProps = aProps.getArray(); in GetFolderContentProperties() local
367 pProps[0] = OUString::createFromAscii( "Title" ); in GetFolderContentProperties()
369 pProps[2] = OUString::createFromAscii( "Size" ); in GetFolderContentProperties()
371 pProps[4] = OUString::createFromAscii( "IsFolder" ); in GetFolderContentProperties()
497 OUString* pProps = aProps.getArray(); in GetResultSet() local
498 pProps[0] = OUString::createFromAscii( "Title" ); in GetResultSet()
500 pProps[2] = OUString::createFromAscii( "IsFolder" ); in GetResultSet()
593 OUString* pProps = aProps.getArray(); in GetHelpTreeViewContents() local
594 pProps[0] = OUString::createFromAscii( "Title" ); in GetHelpTreeViewContents()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx4006 pFont->m_nAscend = getInt(pProps[n].Value); in readOverrideMetrics()
4011 else if( pProps[n].Name.equalsAscii( "XMin" ) ) in readOverrideMetrics()
4012 pFont->m_nXMin = getInt(pProps[n].Value); in readOverrideMetrics()
4013 else if( pProps[n].Name.equalsAscii( "YMin" ) ) in readOverrideMetrics()
4014 pFont->m_nYMin = getInt(pProps[n].Value); in readOverrideMetrics()
4016 pFont->m_nXMax = getInt(pProps[n].Value); in readOverrideMetrics()
4018 pFont->m_nYMax = getInt(pProps[n].Value); in readOverrideMetrics()
4024 pProps[n].Value >>= aEncoding; in readOverrideMetrics()
4037 pProps[n].Value >>= aEncoding; in readOverrideMetrics()
4052 pProps[n].Value >>= aSeq; in readOverrideMetrics()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx58 ::rtl::OUString pProps[] = { in DBG_NAME()
63 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in DBG_NAME()
96 ::rtl::OUString pProps[] = { in lcl_getAbsent()
104 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getAbsent()
107 ::rtl::OUString pProps[] = { in lcl_getAbsent()
113 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getAbsent()
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName() local
325 for (sal_Int32 i=0; i<nLength; ++i, ++pProps) in getPropertyByName()
327 if (pProps->Name == _rName) in getPropertyByName()
328 return *pProps; in getPropertyByName()
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName() local
340 for( sal_Int32 i=0; i<nLength; ++i,++pProps ) in hasPropertyByName()
342 if(pProps->Name == _rName) in hasPropertyByName()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx72 const com::sun::star::beans::NamedValue* pProps = aProps.getConstArray(); in SetSystemParent_Impl() local
75 if( pProps[i].Name.equalsAscii( "WINDOW" ) ) in SetSystemParent_Impl()
76 pProps[i].Value >>= nHandle; in SetSystemParent_Impl()
77 else if( pProps[i].Name.equalsAscii( "XEMBED" ) ) in SetSystemParent_Impl()
78 pProps[i].Value >>= bXEmbed; in SetSystemParent_Impl()
/trunk/main/dbaccess/source/ui/dlg/
H A DDriverSettings.cxx107 for ( TProperties* pProps = aProps; pProps->first; ++pProps ) in getSupportedIndirectSettings() local
109 if ( aProperties.has(pProps->second) ) in getSupportedIndirectSettings()
110 _out_rDetailsIds.push_back(pProps->first); in getSupportedIndirectSettings()
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx94 ::com::sun::star::beans::Property* pProps = aProps.getArray(); in getProperties()
99 pProps[n].Name = GetPropertyName( nId ); in getProperties()
100 pProps[n].Handle = nId; in getProperties()
101 pProps[n].Type = *GetPropertyType( nId ); in getProperties()
102 pProps[n].Attributes = GetPropertyAttribs( nId ); in getProperties()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx965 beans::Property* pProps = aProps.getArray(); in open() local
967 pProps[ 0 ].Handle = -1; // Important! in open()
968 /**/ pProps[ 0 ].Type = getCppuType(static_cast< rtl::OUString * >(0)); in open()
971 pProps[ 1 ].Handle = -1; // Important! in open()
972 pProps[ 2 ].Name = rtl::OUString::createFromAscii( "Size" ); in open()
973 pProps[ 2 ].Handle = -1; // Important! in open()
975 pProps[ 3 ].Handle = -1; // Important! in open()
976 /**/ pProps[ 3 ].Type = getCppuType(static_cast< sal_Bool * >(0)); in open()
979 pProps[ 4 ].Handle = -1; // Important! in open()
1445 const beans::Property* pProps = aProps.getConstArray(); in getProperties() local
[all …]
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx581 for( i = 0; i < pProps->Count(); ) in StartDefinitions()
583 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in StartDefinitions()
585 pProps->Remove( i ); in StartDefinitions()
626 pProps->Remove( p ); in GetProperty()
632 pProps->Put( pProp, pProps->Count() ); in GetProperty()
644 pProps->Remove( p ); in GetProcedureProperty()
650 pProps->Put( pProp, pProps->Count() ); in GetProcedureProperty()
1336 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearPrivateVars()
1338 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in ClearPrivateVars()
1404 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearVarsDependingOnDeletedBasic()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx661 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
667 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
694 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
700 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
741 PropertyValue* pProps = aProps.getArray(); in setPropertyValues() local
748 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
796 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
855 Property* pProps = aProps.getArray(); in createCursorAny() local
859 Property& rProp = pProps[ n ]; in createCursorAny()
888 Property* pProps = aProps.getArray(); in createCursorAny() local
[all …]

Completed in 179 milliseconds

12345