Home
last modified time | relevance | path

Searched refs:old (Results 51 – 75 of 243) sorted by relevance

12345678910

/aoo4110/main/testtools/com/sun/star/comp/bridge/
H A DCurrentContextChecker.java39 XCurrentContext old = UnoRuntime.getCurrentContext(); in perform() local
50 UnoRuntime.setCurrentContext(old); in perform()
/aoo4110/main/qadevOOo/tests/java/ifc/table/
H A D_CellProperties.java63 protected Object getNewValue(String name, Object old) { in _CellStyle()
64 return "Default".equals(old) ? "Result" : "Default" ; in _CellStyle()
/aoo4110/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterProperties.java113 protected Object getNewValue(String propName, Object old) { in _CharHeight()
114 if (utils.isVoid(old)) { in _CharHeight()
117 return new Float(((Float) old).floatValue() + 10) ; in _CharHeight()
/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessibleParagraphView.java96 String old = paraText.getString(); in createTestEnvironment()
98 paraText.setString(old); in createTestEnvironment()
H A DSwXTextSection.java110 XTextSection old = (XTextSection) AnyConverter.toObject( in createTestEnvironment() local
114 UnoRuntime.queryInterface(XComponent.class,old); in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_UnoControlFormattedFieldModel.java92 protected Object getNewValue(String p, Object old) { in _BorderColor()
93 return utils.isVoid(old) ? new Integer(1234) : null ; in _BorderColor()
/aoo4110/main/boost/
H A Dboost_1_55_0.patch27 …ur misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp misc/build/boost_1_55_0…
28 --- misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp 2013-05-20 05:32:20.000…
29 +++ misc/build/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp 2016-03-23 01:11:…
/aoo4110/main/extensions/source/oooimprovement/
H A Derrormail.cxx51 static OString replaceAll(const OString& str, sal_Char old, const OString& replacement) in replaceAll() argument
56 result.append(str.getToken(0, old, idx)); in replaceAll()
H A Dsoaprequest.cxx79 static OString replaceAll(const OString& str, sal_Char old, const OString& replacement) in replaceAll() argument
84 result.append(str.getToken(0, old, idx)); in replaceAll()
/aoo4110/main/offapi/com/sun/star/configuration/
H A DSetElement.idl81 the object (under the old name) and then reinserting it into the same
129 from its old parent (if any) and then inserting it into the new parent
131 the same hierarchy as the old one. The name of the object must have been set
/aoo4110/main/offapi/com/sun/star/ucb/
H A DListActionType.idl51 <type scope="com::sun::star::sdbc">XResultSet</type>s (old and new).
100 <p>If 'CLEARED' is sended you don't need to refer to the old ResultSet.
120 the row on old position 5 now appears on position 3.
H A DXDynamicResultSetListener.idl54 after returning from this method. The old one will become invalid after
57 <p>While in notify-call the listener is allowed to read from old and
H A DXDynamicResultSet.idl59 listen to change-notifications and than swap from the old to a new
112 <li> The listener is not allowed to access the old
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties51 # {0} - old file name and extension
54 # {3} - full path to old file
/aoo4110/main/offapi/com/sun/star/embed/
H A DXStateChangeListener.idl63 specifies the old state of the object
83 specifies the old state of the object
H A DXEmbedPersist.idl182 the old one. The object persistence can not be used until
225 /** specifies whether the object should use an old storage or a new one
230 <FALSE/> the old one
/aoo4110/main/chart2/source/controller/dialogs/
H A DTabPages.hrc28 //see attrib.hrc in old chart
79 //from old chart tplabel.hrc
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl191 given indices to those given. The old attributes of this text
206 Set of attributes that replaces the old list of attributes of
225 The new text that replaces the old text.
/aoo4110/main/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl89 the old index if the number format could not be converted.
92 index of the old number format
/aoo4110/main/vigra/
H A Dvigra1.6.0.patch270 (old data are kept if new size matches old size)
282 (old data are kept if new size matches old size)
297 old data are kept if new size matches old size)
1065 TempType f = b * old;
1066 old = as(is) + f;
/aoo4110/main/python/prj/
H A Dd.lst2 mkdir: %_DEST%\lib%_EXT%\python\lib-old
40 ..\%__SRC%\misc\build\Python-2.7.18\Lib\lib-old\* %_DEST%\lib%_EXT%\python\lib-old\*
/aoo4110/main/qadevOOo/runner/lib/
H A DMultiPropertyTest.java529 protected Object getNewValue(String propName, Object old) in getNewValue() argument
531 if (ValueComparer.equalValue(val1, old)) in getNewValue()
/aoo4110/main/toolkit/doc/layout/
H A DTODO75 **** embed old .src TAB
76 **** have a LAYOUT TAB be embedded in an old .src dialog
124 - dump old wiki pointers into layout/doc for reference
/aoo4110/main/solenv/inc/
H A Dtg_ext.mk294 @-mv $(MISC)/$(TARFILE_ROOTDIR) $(MISC)/$(TARFILE_ROOTDIR).old
295 @-rm -rf $(MISC)/$(TARFILE_ROOTDIR).old
/aoo4110/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DReadMe1 Initial import of the old OOo hg repository tip revision.

Completed in 88 milliseconds

12345678910