Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 130) sorted by last modified time

123456

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java303 … final XPropertySet set = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, rowSet); in createReportJob() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java603 synchronized public Object set(int index, Object element) in set() method in InterfaceContainer
844 public synchronized void set(Object o) in set() method in InterfaceContainer.LstItr
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx97 #define GET_SCALEVALUE(set,id) ((const SfxUInt16Item&)(set.Get( id ))).GetValue() argument
/trunk/main/cppu/inc/cppu/
H A DFreeReference.hxx137 void set(cssuno::Reference<T> const & xRef) in set() function in cppu::FreeReference
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx87 #define GET_BOOL(set,which) ((const SfxBoolItem&)(set)->Get((which))).GetValue() argument
88 #define GET_USHORT(set,which) ((const SfxUInt16Item&)(set)->Get((which))).GetValue() argument
89 #define GET_SHOW(set,which) ( VOBJ_MODE_SHOW == ScVObjMode( ((const ScViewObjectModeItem&)(set)->… argument
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx211 void SwDoc::set(/*[in]*/ DocumentSettingId id, /*[in]*/ bool value) in set() function in SwDoc
/trunk/main/desktop/source/migration/
H A Dmigration.cxx729 uno::Sequence< rtl::OUString > setToSeq(std::set< rtl::OUString > const & set) { in setToSeq()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx952 void set( double *pn ) { for( int i = 0 ; i < 6; i++ ) f[i] = pn[i]; } in set() function in vcl::Matrix3
/trunk/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx224 void set( value_type v ) const in set() function in basebmp::PackedPixelColumnIterator
230 void set( value_type v, difference_type d ) const in set() function in basebmp::PackedPixelColumnIterator
460 void set( value_type v ) const in set() function in basebmp::PackedPixelRowIterator
469 void set( value_type v, difference_type d ) const in set() function in basebmp::PackedPixelRowIterator
621 void set( value_type v ) const in set() function in basebmp::PackedPixelIterator
633 void set( value_type v, difference_type const & d ) const in set() function in basebmp::PackedPixelIterator
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java192 private static void setFlags(int f, boolean set) { in setFlags()
H A DIntArrayList.java105 public void set(int index, int value) { in set() method in IntArrayList
/trunk/main/writerfilter/source/ooxml/
H A DRefAndPointer.hxx63 void set(ChildClass * pHandler) in set() function in writerfilter::ooxml::RefAndPointer
69 void set(uno::Reference<Interface> xHandler) in set() function in writerfilter::ooxml::RefAndPointer
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx165 sal_uInt32 WW8StructBaseTmpOffset::set(sal_uInt32 nOffset) in set() function in writerfilter::doctok::WW8StructBaseTmpOffset
H A DWW8CpAndFc.hxx72 void set(sal_uInt32 nCp_) { nCp = nCp_; } in set() function
157 void set(sal_uInt32 nFc) { mnFc = nFc; } in set() function
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx398 void PropertySequence::set(PropertyIds aPropId, const uno::Any & rValue) in set() function in writerfilter::dmapper::PropertySequence
406 void PropertySequence::set(PropertyIds aPropId, sal_uInt32 nValue) in set() function in writerfilter::dmapper::PropertySequence
414 void PropertySequence::set(PropertyIds aPropId, sal_Int32 nValue) in set() function in writerfilter::dmapper::PropertySequence
422 void PropertySequence::set(PropertyIds aPropId, sal_uInt16 nValue) in set() function in writerfilter::dmapper::PropertySequence
430 void PropertySequence::set(PropertyIds aPropId, sal_Int16 nValue) in set() function in writerfilter::dmapper::PropertySequence
/trunk/main/wizards/com/sun/star/wizards/web/
H A DIconsDialog.java46 private ConfigSet set; field in IconsDialog
H A DProcess.java341 ConfigSet set = settings.cp_DefaultSession.cp_Publishing; in publish() local
H A DWWD_Startup.java473 ConfigSet set = settings.cp_DefaultSession.cp_Publishing; in loadSettings() local
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java244 public void set(Object value, Object target); in set() method
344 public void set(Object value, Object target) { in set() method in DataAware.PropertyValue
H A DDataAwareFields.java156 public void set(Object value, Object target) in set() method in DataAwareFields.BooleanFieldValue
216 public void set(Object value, Object target) in set() method in DataAwareFields.IntFieldValue
276 public void set(Object value, Object target) in set() method in DataAwareFields.DoubleFieldValue
347 public void set(Object value, Object target) in set() method in DataAwareFields.ConvertedStringValue
410 public void set(Object value, Object target) in set() method in DataAwareFields.SimpleFieldValue
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java116 public static void set(int value, String name, Object parent) throws Exception in set() method in Configuration
121 public static void set(short value, String name, Object parent) throws Exception in set() method in Configuration
126 public static void set(String value, String name, Object parent) throws Exception in set() method in Configuration
131 public static void set(boolean value, String name, Object parent) throws Exception in set() method in Configuration
143 …public static void set(Object value, String name, Object parent) throws com.sun.star.lang.IllegalA… in set() method in Configuration
/trunk/main/winaccessibility/source/service/
H A DAccComponentEventListener.cxx220 void AccComponentEventListener::fireStatePropertyChange(short state, bool set) in fireStatePropertyChange()
H A DAccContainerEventListener.cxx297 void AccContainerEventListener::fireStatePropertyChange(short state, bool set) in fireStatePropertyChange()
H A DAccEventListener.cxx193 void AccEventListener::fireStatePropertyChange(short state, bool set ) in fireStatePropertyChange()
H A DAccMenuEventListener.cxx117 void AccMenuEventListener::fireStatePropertyChange(short state, bool set) in fireStatePropertyChange()

Completed in 205 milliseconds

123456