Home
last modified time | relevance | path

Searched refs:setProperty (Results 51 – 75 of 155) sorted by relevance

1234567

/trunk/main/hsqldb/patches/
H A Di121754.patch365 setProperty(hsqldb_log_size, 10);
366 setProperty(sql_enforce_strict_size, true);
367 setProperty(hsqldb_nio_data_file, false);
368 + setProperty(hsqldb_lock_file, true);
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx276 aShapeProp.setProperty( PROP_Name, getShapeName() ); in convertAndInsert()
378 aPropSet.setProperty( PROP_PolyPolygon, aPointSeq ); in implConvertAndInsert()
495 aPropSet.setProperty( PROP_GraphicURL, aGraphicUrl ); in implConvertAndInsert()
/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx162 void SAL_CALL VCLXScroller::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) th… in setProperty() function in layoutimpl::VCLXScroller
174 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
H A Dvclxdialog.cxx160 void SAL_CALL VCLXDialog::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star:… in setProperty() function in layoutimpl::VCLXDialog
171 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
H A Dvclxsplitter.cxx224 void SAL_CALL VCLXSplitter::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) th… in setProperty() function in layoutimpl::VCLXSplitter
226 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
H A Dvclxspinbutton.cxx251 …void SAL_CALL VCLXSpinButton::setProperty( const ::rtl::OUString& PropertyName, const Any& Value )… in setProperty() function in toolkit::VCLXSpinButton
295 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
H A Dvclxtabpagecontainer.cxx104 void SAL_CALL VCLXTabPageContainer::setProperty(const ::rtl::OUString& PropertyName, const Any& V… in setProperty() function in VCLXTabPageContainer
111 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx127 setProperty( "Graphic", uno::Any( xGraph ) ); in SetModeImage()
172 getImpl()->setProperty( "ImageAlign", uno::Any( (sal_Int16) eAlign ) ); in SetImageAlign()
234 getImpl()->setProperty( "State", uno::Any( (sal_Int16) !!bCheck ) ); in Check()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx522 aPropSet.setProperty( PROP_NumberFormat, nIndex ); in setStandardNumFmt()
678 aNameProps.setProperty( PROP_IsSharedFormula, true ); in createSharedFormula()
899 aTopLeftProp.setProperty( PROP_RightBorder, aLine ); in finalizeMergedRange()
908 aTopLeftProp.setProperty( PROP_BottomBorder, aLine ); in finalizeMergedRange()
H A Dworksheetsettings.cxx331 aPropSet.setProperty( PROP_CodeName, maSheetSettings.maCodeName ); in finalizeImport()
337 aPropSet.setProperty( PROP_TabColor, nColor ); in finalizeImport()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java349 setProperty(propertyName, value, false, false, (short) 1); in setPropertyValue()
469 setProperty(translateHandle(handle), value, false, false, (short) 1); in setFastPropertyValue()
527 setProperty( in setPropertyValues()
718 private void setProperty( in setProperty() method in PropertySetMixin
/trunk/main/l10ntools/source/filter/utils/
H A DConfigHelper.java109 setProperty(sArg, sValue); in ConfigHelper()
122 setProperty(sArg, java.lang.String.valueOf(true)); in ConfigHelper()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java139 xVclWindowPeer.setProperty( "PluginParent", getWrappedWindowHandle()); in aquireSystemWindow()
159 xVclWindowPeer.setProperty( "PluginParent", 0L ); in releaseSystemWindow()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeWindow.java134 xVclWindowPeer.setProperty( "PluginParent", getNativeWindow() ); in aquireSystemWindow()
155 xVclWindowPeer.setProperty( "PluginParent", 0L ); in releaseSystemWindow()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1260 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1266 … bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO, rValue ); in setProperty1Value()
1268 …bEffectChanged = pEffect->setProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO, rValu… in setProperty1Value()
1276 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1287 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARA… in setProperty1Value()
1288 …bEffectChanged |= pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1289 …bEffectChanged |= pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx425 …void SAL_CALL ORichTextPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& _rValu… in setProperty() function in frm::ORichTextPeer
429 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
483 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DODatasourceBrowser.java110 System.setProperty("hideMe", "false"); in initialize()
119 System.setProperty("hideMe", "true"); in cleanup()
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java147 System.setProperty("info.app." + e.getKey(), (String)e.getValue()); in OpenOffice()
151 System.setProperty("info.app.date", dateFormat.format(new Date(versionFile.lastModified()))); in OpenOffice()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx172 mpWidget->setProperty( OUString::createFromAscii( "label" ), rChars ); in characters()
174 mpWidget->setProperty( OUString::createFromAscii( "text" ), rChars ); in characters()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx193 void SVTXGridControl::setProperty( const ::rtl::OUString& PropertyName, const Any& aValue) throw(Ru… in setProperty() function in SVTXGridControl
264 VCLXWindow::setProperty( PropertyName, aValue ); in setProperty()
417 VCLXWindow::setProperty( PropertyName, aValue ); in setProperty()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1120 aFactory.setProperty(XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES, false); in GetStreamReader()
1121 aFactory.setProperty(XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES, false); in GetStreamReader()
1122 aFactory.setProperty(XMLInputFactory.IS_COALESCING, false); in GetStreamReader()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx44 void java_util_Properties::setProperty(const ::rtl::OUString key, const ::rtl::OUString& value) in setProperty() function in java_util_Properties
156 pProps->setProperty(pBegin->Name,aStr); in createStringPropertyArray()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx442 void setProperty(
542 void PropertySetMixinImpl::Impl::setProperty( in setProperty() function in PropertySetMixinImpl::Impl
1181 m_impl->setProperty( in setPropertyValue()
1329 m_impl->setProperty( in setFastPropertyValue()
1413 m_impl->setProperty( in setPropertyValues()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx221 void ChildAccess::setProperty( in setProperty() function in configmgr::ChildAccess
241 child->setProperty(value, localModifications); in setProperty()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx389 rPropSet.setProperty( PROP_RelativePosition, aPos ); in convertFromModel()
396 rPropSet.setProperty( PROP_RelativeSize, aSize ); in convertFromModel()

Completed in 150 milliseconds

1234567