Home
last modified time | relevance | path

Searched refs:pProps (Results 1 – 25 of 124) sorted by last modified time

12345

/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()
H A Dvclxtoolkit.cxx996 … const css::beans::NamedValue* pProps = aProps.getConstArray(); in ImplCreateWindow() local
999 if( pProps[i].Name.equalsAscii( "WINDOW" ) ) in ImplCreateWindow()
1000 pProps[i].Value >>= nWindowHandle; in ImplCreateWindow()
1001 else if( pProps[i].Name.equalsAscii( "XEMBED" ) ) in ImplCreateWindow()
1002 pProps[i].Value >>= bXEmbed; in ImplCreateWindow()
1208 const css::beans::NamedValue* pProps = aProps.getConstArray(); in createSystemChild() local
1211 if( pProps[i].Name.equalsAscii( "WINDOW" ) ) in createSystemChild()
1212 pProps[i].Value >>= nWindowHandle; in createSystemChild()
1213 else if( pProps[i].Name.equalsAscii( "XEMBED" ) ) in createSystemChild()
1214 pProps[i].Value >>= bXEmbed; in createSystemChild()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2537 const beans::PropertyValue *pProps = rOptions.getConstArray(); in lcl_SeqHasProperty() local
2540 if (pProps[i].Name.equalsAscii( pPropName )) in lcl_SeqHasProperty()
2560 const beans::PropertyValue *pProps = rOptions.getConstArray(); in GetRenderView() local
2563 if (pProps[i].Name.equalsAscii( "View" )) in GetRenderView()
2565 aTmp = pProps[i].Value; in GetRenderView()
/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/editeng/source/uno/
H A Dunotext.cxx2125 const beans::PropertyValue *pProps = rPropertyVaules.getConstArray(); in SvxPropertyValuesToItemSet() local
2128 …const SfxItemPropertySimpleEntry *pEntry = pPropSet->getPropertyMap()->getByName( pProps[i].Name ); in SvxPropertyValuesToItemSet()
2138 …OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-only: " ) ) + pProps[i].Name, static_ca… in SvxPropertyValuesToItemSet()
2144 if (pProps[i].Value >>= aDesc) in SvxPropertyValuesToItemSet()
2152 pProps[i].Value >>= nLevel; in SvxPropertyValuesToItemSet()
2164 if( !(pProps[i].Value >>= nStartValue) ) in SvxPropertyValuesToItemSet()
2175 if( !(pProps[i].Value >>= bParaIsNumberingRestart) ) in SvxPropertyValuesToItemSet()
2182 pPropSet->setPropertyValue( pProps[i].Name, pProps[i].Value, rItemSet ); in SvxPropertyValuesToItemSet()
2185 …tion(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: " ) ) + pProps[i].Name, static_ca… in SvxPropertyValuesToItemSet()
2283 const beans::PropertyValue* pProps = rCharAndParaProps.getConstArray(); in appendTextPortion() local
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1314 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
1317 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx909 const beans::PropertyValue* pProps = aDescriptor.getConstArray(); in filter() local
911 for( sal_Int32 nIndex = 0; nIndex < nPropCount; nIndex++, pProps++ ) in filter()
913 const OUString& rPropName = pProps->Name; in filter()
914 const Any& rValue = pProps->Value; in filter()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx304 PropertyValue *pProps = aProps.getArray(); in _Write() local
305 pProps->Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FileName") ); in _Write()
306 (pProps++)->Value <<= OUString( *pOrigFileName ); in _Write()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx737 PropertyValue* pProps = rProps.getArray(); in GetConfigurationSettings() local
738 if (pProps) in GetConfigurationSettings()
747 for (sal_Int32 i = 0; i < nCount; i++, pProps++) in GetConfigurationSettings()
755 pProps->Name = rPropName; in GetConfigurationSettings()
763 pProps->Value = xProps->getPropertyValue( aActualName ); in GetConfigurationSettings()
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx223 rtl::OUString* pProps = aProps.getArray(); in UCB_GetFileListOfFolder() local
224 pProps[ 0 ] = rtl::OUString::createFromAscii( "Title" ); in UCB_GetFileListOfFolder()
226 pProps[ 1 ] = rtl::OUString::createFromAscii( "DateModified" ); in UCB_GetFileListOfFolder()
/trunk/main/writerfilter/source/dmapper/
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/sd/source/filter/xml/
H A Dsdxmlwrp.cxx959 beans::PropertyValue* pProps = aDescriptor.getArray(); in Export() local
961 pProps[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" ) ); in Export()
962 pProps[0].Value <<= OUString( mrMedium.GetName() ); in Export()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx885 beans::PropertyValue* pProps = aDescriptor.getArray(); in Export() local
886 pProps[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" ) ); in Export()
887 pProps[0].Value <<= sFileName; in Export()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx129 ::com::sun::star::beans::Property *pProps,
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3520 const Property* pProps = aProps.getConstArray(); in CreateExternalView() local
3527 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in CreateExternalView()
3529 if (pProps->Name.equals(FM_PROP_LABEL)) in CreateExternalView()
3532 if (pProps->Name.equals(FM_PROP_DEFAULTCONTROL)) in CreateExternalView()
3535 if (pProps->Attributes & PropertyAttribute::READONLY) in CreateExternalView()
3539 pColumnProps->Name = pProps->Name; in CreateExternalView()
3540 pColumnProps->Value = xCurrentModelSet->getPropertyValue(pProps->Name); in CreateExternalView()
/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/ucb/source/ucp/package/
H A Dpkgcontent.cxx839 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
841 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
869 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
872 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
2032 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer() local
2035 const beans::Property& rProp = pProps[ n ]; in transfer()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx104 const PropertyInfo* pProps,
1584 const PropertyInfo* pProps, in PropertySetInfo() argument
1592 const PropertyInfo* pEntry = pProps; in PropertySetInfo()
1677 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
1680 const beans::Property& rCurr = pProps[ n ]; in queryProperty()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1976 ::rtl::OUString* pProps = aProps.getArray();
1977 pProps[0] = ::rtl::OUString::createFromAscii( "Title" );
1978 pProps[1] = ::rtl::OUString::createFromAscii( "IsFolder" );
1979 pProps[2] = ::rtl::OUString::createFromAscii( "MediaType" );
1980 pProps[3] = ::rtl::OUString::createFromAscii( "Size" );
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2144 PropertyValue *pProps = aProps.getArray(); in SetOutlineStyles() local
2145 pProps->Name = s_HeadingStyleName; in SetOutlineStyles()
2153 pProps->Value <<= sChosenStyles[i]; in SetOutlineStyles()
/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 …]
H A Dxmlimppr.cxx376 PropertyValue *pProps = rValues.getArray(); in FillPropertySequence() local
383 pProps->Name = maPropMapper->GetEntryAPIName( nIdx ); in FillPropertySequence()
384 if( pProps->Name.getLength() ) in FillPropertySequence()
386 pProps->Value <<= rProp.maValue; in FillPropertySequence()
387 ++pProps; in FillPropertySequence()
H A Dprstylei.cxx316 PropertyValue *pProps = aValues.getArray() + nLen; in CreateAndInsert() local
317 pProps->Name = rtl::OUString::createFromAscii("ParaStyleName"); in CreateAndInsert()
323 pProps->Value <<= sParent; in CreateAndInsert()
324 ++pProps; in CreateAndInsert()
325 pProps->Name = rtl::OUString::createFromAscii("ParaConditionalStyleName"); in CreateAndInsert()
326 pProps->Value <<= sParent; in CreateAndInsert()

Completed in 200 milliseconds

12345