| /trunk/main/sfx2/qa/complex/sfx2/ | 
| H A D | DocumentProperties.java | 360             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 D | DocumentInfo.java | 93             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 D | ContentProperties.cxx | 124         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 D | webdavcontent.cxx | 789             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 D | ContentProperties.hxx | 165     void addProperty( const rtl::OUString & rName, 170     void addProperty( const DAVPropertyValue & rProp );
  | 
| H A D | webdavcontent.hxx | 198     void addProperty( const com::sun::star::ucb::PropertyCommandArgument &aCmdArg, 265     addProperty( const rtl::OUString& Name,
  | 
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | FormPropertyBags.java | 116         propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" );  in checkSomething() 117 …propContainer.addProperty( "SomeTransientText", PropertyAttribute.TRANSIENT, "InitialTransientProp…  in checkSomething() 118 …propContainer.addProperty( "SomeReadonlyText", PropertyAttribute.READONLY, "InitialReadonlyText" );  in checkSomething() 119         propContainer.addProperty( "SomeNumericValue", PropertyAttribute.BOUND, new Integer( 42 ) );  in checkSomething() 127 … try { propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" ); }  in checkSomething()
  | 
| /trunk/main/reportdesign/source/ui/dlg/ | 
| H A D | Navigator.cxx | 232     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 D | AddField.cxx | 213 	        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 D | GroupsSorting.cxx | 1049 	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 D | SingleSelectQueryComposer.java | 290             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 D | PropertyBag.java | 68             m_bag.addProperty( "", PropertyAttribute.BOUND, Integer.valueOf( 3 ) );  in checkBasics() 81             m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" );  in checkBasics() 82             m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" );  in checkBasics() 299                 m_bag.addProperty(  in createStandardBag()
  | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ | 
| H A D | _XPropertyContainer.java | 85 …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 D | objuno.cxx | 193                 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 D | FilterComponent.java | 244                 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 D | typedetectionexport.cxx | 153 				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 D | tabwin.cxx | 416 	    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.java | 40             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 D | SectionWindow.cxx | 92     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 D | opropertybag.cxx | 341 …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 D | propertybaghelper.cxx | 200 …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 D | cfgfilter.cxx | 303 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 D | CommandLineTools.java | 168                     command.addProperty(args[++i]);  in parseArgs() 226         public void addProperty(String prop) {
  | 
| /trunk/main/desktop/source/migration/services/ | 
| H A D | jvmfwk.cxx | 189     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 D | UITools.cxx | 190 		    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()
  |