Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 25 of 113) sorted by relevance

12345

/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java360 udpc.addProperty("Frobnicate", PropertyAttribute.REMOVEABLE, b); in check()
361 udpc.addProperty("FrobDuration", PropertyAttribute.REMOVEABLE, dur); in check()
362 udpc.addProperty("FrobDuration2", PropertyAttribute.REMOVEABLE, t); in check()
363 udpc.addProperty("FrobEndDate", PropertyAttribute.REMOVEABLE, date); in check()
364 udpc.addProperty("FrobStartTime", PropertyAttribute.REMOVEABLE, dt); in check()
366 udpc.addProperty("Foo", PropertyAttribute.REMOVEABLE, "bar"); in check()
367 udpc.addProperty("Removed", PropertyAttribute.REMOVEABLE, "bar"); in check()
369 udpc.addProperty("", PropertyAttribute.REMOVEABLE, "eeeeek"); in check()
378 udpc.addProperty("Forbidden", PropertyAttribute.REMOVEABLE, in check()
463 udpc.addProperty("Listener", PropertyAttribute.REMOVEABLE, "foo"); in check()
[all …]
H A DDocumentInfo.java93 boolean worked = addProperty(xPropContainer, "Author", (short) 0, ""); in checkDocInfo()
98 …worked = addProperty(xPropContainer, "intValue", com.sun.star.beans.PropertyAttribute.READONLY, ne… in checkDocInfo()
103 …worked = addProperty(xPropContainer, "doubleValue", com.sun.star.beans.PropertyAttribute.REMOVEABL… in checkDocInfo()
108 …worked = addProperty(xPropContainer, "booleanValue", com.sun.star.beans.PropertyAttribute.REMOVEAB… in checkDocInfo()
113 …worked = addProperty(xPropContainer, "dateValue", com.sun.star.beans.PropertyAttribute.REMOVEABLE,… in checkDocInfo()
315 private boolean addProperty(XPropertyContainer xPropContainer, in addProperty() method in DocumentInfo
322 xPropContainer.addProperty(aName, attr, defaults); in addProperty()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx124 addProperty( (*it) ); in ContentProperties()
412 addProperty( rName, pProp->value(), pProp->isCaseSensitive() ); in addProperties()
416 addProperty( rName, uno::Any(), false ); in addProperties()
431 addProperty( in addProperties()
446 addProperty( (*it) ); in addProperties()
452 void ContentProperties::addProperty( const DAVPropertyValue & rProp ) in addProperty() function in ContentProperties
454 addProperty( rProp.Name, rProp.Value, rProp.IsCaseSensitive ); in addProperty()
458 void ContentProperties::addProperty( const rtl::OUString & rName, in addProperty() function in ContentProperties
644 m_aProps.addProperty( (*it).first, in addProperties()
662 m_aProps.addProperty( (*it) ); in addProperties()
H A Dwebdavcontent.cxx789 addProperty( aPropArg, Environment ); in execute()
884 void Content::addProperty( const com::sun::star::ucb::PropertyCommandArgument &aCmdArg, in addProperty() function in Content
1132 void SAL_CALL Content::addProperty( const rtl::OUString& Name, in addProperty() function in Content
1146 addProperty( ucb::PropertyCommandArgument( aProperty, DefaultValue ), in addProperty()
1635 xProps->addProperty( in getPropertyValues()
1645 xProps->addProperty( in getPropertyValues()
1650 xProps->addProperty( in getPropertyValues()
1654 xProps->addProperty( in getPropertyValues()
1658 xProps->addProperty( in getPropertyValues()
1681 xProps->addProperty( in getPropertyValues()
[all …]
H A DContentProperties.hxx165 void addProperty( const rtl::OUString & rName,
170 void addProperty( const DAVPropertyValue & rProp );
H A Dwebdavcontent.hxx198 void addProperty( const com::sun::star::ucb::PropertyCommandArgument &aCmdArg,
265 addProperty( const rtl::OUString& Name,
/trunk/main/forms/qa/integration/forms/
H A DFormPropertyBags.java105 propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" ); in checkSomething()
106 …propContainer.addProperty( "SomeTransientText", PropertyAttribute.TRANSIENT, "InitialTransientProp… in checkSomething()
107 …propContainer.addProperty( "SomeReadonlyText", PropertyAttribute.READONLY, "InitialReadonlyText" ); in checkSomething()
108 propContainer.addProperty( "SomeNumericValue", PropertyAttribute.BOUND, new Integer( 42 ) ); in checkSomething()
116 … try { propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" ); } in checkSomething()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx232 m_pReportListener->addProperty(PROPERTY_PAGEHEADERON); in DBG_NAME()
233 m_pReportListener->addProperty(PROPERTY_PAGEFOOTERON); in DBG_NAME()
234 m_pReportListener->addProperty(PROPERTY_REPORTHEADERON); in DBG_NAME()
235 m_pReportListener->addProperty(PROPERTY_REPORTFOOTERON); in DBG_NAME()
793 m_pListener->addProperty(PROPERTY_NAME); in DBG_NAME()
795 m_pListener->addProperty(PROPERTY_EXPRESSION); in DBG_NAME()
797 m_pListener->addProperty(PROPERTY_DATAFIELD); in DBG_NAME()
799 m_pListener->addProperty(PROPERTY_LABEL); in DBG_NAME()
801 m_pListener->addProperty(PROPERTY_HEADERON); in DBG_NAME()
803 m_pListener->addProperty(PROPERTY_FOOTERON); in DBG_NAME()
H A DAddField.cxx213 m_pChangeListener->addProperty( PROPERTY_COMMAND ); in OAddFieldWindow()
214 m_pChangeListener->addProperty( PROPERTY_COMMANDTYPE ); in OAddFieldWindow()
215 m_pChangeListener->addProperty( PROPERTY_ESCAPEPROCESSING ); in OAddFieldWindow()
216 m_pChangeListener->addProperty( PROPERTY_FILTER ); in OAddFieldWindow()
H A DGroupsSorting.cxx1049 m_pReportListener->addProperty(PROPERTY_COMMAND); in DBG_NAME()
1050 m_pReportListener->addProperty(PROPERTY_COMMANDTYPE); in DBG_NAME()
1136 m_pCurrentGroupListener->addProperty(PROPERTY_HEADERON); in DisplayData()
1137 m_pCurrentGroupListener->addProperty(PROPERTY_FOOTERON); in DisplayData()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java290 filter.addProperty("Name", PropertyAttribute.MAYBEVOID, "Comment"); in testConditionByColumn()
291 filter.addProperty("RealName", PropertyAttribute.MAYBEVOID, "Comment"); in testConditionByColumn()
292 filter.addProperty("TableName", PropertyAttribute.MAYBEVOID, "customers"); in testConditionByColumn()
293 filter.addProperty("Value", PropertyAttribute.MAYBEVOID, "Good one."); in testConditionByColumn()
294 … filter.addProperty("Type", PropertyAttribute.MAYBEVOID, Integer.valueOf(DataType.LONGVARCHAR)); in testConditionByColumn()
H A DPropertyBag.java75 m_bag.addProperty( "", PropertyAttribute.BOUND, Integer.valueOf( 3 ) ); in checkBasics()
88 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
89 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
306 m_bag.addProperty( in createStandardBag()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyContainer.java85 …oObj.addProperty("myXPropertContainerProperty" , com.sun.star.beans.PropertyAttribute.MAYBEVOID, n… in _addProperty()
116 …oObj.addProperty("myXPropertContainerProperty" , com.sun.star.beans.PropertyAttribute.MAYBEVOID, n… in _addProperty()
150 … oObj.addProperty("IllegalTypeProperty", com.sun.star.beans.PropertyAttribute.MAYBEVOID, Any.VOID); in _addProperty()
186 oObj.addProperty("", attrib, null); in _addProperty()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx193 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in Copy()
392 xPropContainer->addProperty(name, in Reset()
654 void SAL_CALL SfxDocumentInfoObject::addProperty(const ::rtl::OUString& sName , in addProperty() function in SfxDocumentInfoObject
680 return xPropSet->addProperty(sName, nAttributes, aDefaultValue); in addProperty()
1095 xPropContainer->addProperty(aName, in setUserFieldName()
1100 xPropContainer->addProperty(aName, in setUserFieldName()
1110 xPropContainer->addProperty(name, in setUserFieldName()
1148 xPropContainer->addProperty(name, in setUserFieldValue()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java244 column.addProperty("Type", PropertyAttribute.BOUND, DataType.VARCHAR); in getFilterConditions()
245 …column.addProperty(PropertyNames.PROPERTY_NAME, PropertyAttribute.BOUND, PropertyNames.EMPTY_STRIN… in getFilterConditions()
246 …column.addProperty("Value", (short) (PropertyAttribute.MAYBEVOID | PropertyAttribute.REMOVABLE), n… in getFilterConditions()
284 …column.addProperty("Value", (short) (PropertyAttribute.MAYBEVOID | PropertyAttribute.REMOVABLE), "… in getFilterConditions()
289 …column.addProperty("Value", (short) (PropertyAttribute.MAYBEVOID | PropertyAttribute.REMOVABLE), v… in getFilterConditions()
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx153 addProperty( xHandler, sData, sValue ); in doExport()
214 addProperty( xHandler, sData, sValue ); in doExport()
234 void TypeDetectionExporter::addProperty( Reference< XDocumentHandler > xHandler, const OUString& rN… in addProperty() function in TypeDetectionExporter
/trunk/main/svx/source/form/
H A Dtabwin.cxx416 m_pChangeListener->addProperty(FM_PROP_DATASOURCE); in UpdateContent()
417 m_pChangeListener->addProperty(FM_PROP_COMMAND); in UpdateContent()
418 m_pChangeListener->addProperty(FM_PROP_COMMANDTYPE); in UpdateContent()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XPropertyContainer.java40 oObj.addProperty("MyIllegalProperty", (short)0, null); in _addProperty()
55 oObj.addProperty("MyLegalProperty", (short)0, "Just a value"); in _addProperty()
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx92 m_pSectionMulti->addProperty(PROPERTY_NAME); in DBG_NAME()
93 m_pSectionMulti->addProperty(PROPERTY_HEIGHT); in DBG_NAME()
102 m_pGroupMulti->addProperty(PROPERTY_EXPRESSION); in DBG_NAME()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx341 …void SAL_CALL OPropertyBag::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty() function in comphelper::OPropertyBag
354 m_aDynamicProperties.addProperty( _rName, findFreeHandle(), _nAttributes, _rInitialValue ); in addProperty()
510 addProperty( *pName, nAttributes, pProperty->Value ); in impl_setPropertyValues_throw()
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx200 …void PropertyBagHelper::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, cons… in addProperty() function in frm::PropertyBagHelper
223 m_aDynamicProperties.addProperty( _rName, nHandle, _nAttributes, _rInitialValue ); in addProperty()
/trunk/main/desktop/source/migration/
H A Dcfgfilter.cxx303 void SAL_CALL CConfigFilter::addProperty( in addProperty() function in desktop::CConfigFilter
312 m_xLayerHandler->addProperty(aName, aAttributes, aType); in addProperty()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java168 command.addProperty(args[++i]); in parseArgs()
226 public void addProperty(String prop) {
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx189 virtual void SAL_CALL addProperty(
490 void SAL_CALL JavaMigration::addProperty( in addProperty() function in migration::JavaMigration
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx190 pRet->addProperty(PROPERTY_LEFTMARGIN); in addStyleListener()
191 pRet->addProperty(PROPERTY_RIGHTMARGIN); in addStyleListener()
192 pRet->addProperty(PROPERTY_PAPERSIZE); in addStyleListener()
193 pRet->addProperty(PROPERTY_BACKCOLOR); in addStyleListener()

Completed in 125 milliseconds

12345