Home
last modified time | relevance | path

Searched refs:Forward (Results 1 – 25 of 140) sorted by relevance

123456

/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java71 outForward = new Forward(process.getInputStream(), System.out); in setUp()
73 errForward = new Forward(process.getErrorStream(), System.err); in setUp()
181 private static final class Forward extends Thread { class in OfficeConnection
182 public Forward(InputStream in, PrintStream out) { in Forward() method in OfficeConnection.Forward
217 private Forward outForward = null;
218 private Forward errForward = null;
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx320 …Any& MatchSoundsLike, const uno::Any& MatchAllWordForms, const uno::Any& Forward, const uno::Any& … in Execute() argument
361 if( Forward.hasValue() ) in Execute()
363 Forward >>= bValue; in Execute()
H A Dvbafind.hxx92 …SoundsLike, const css::uno::Any& MatchAllWordForms, const css::uno::Any& Forward, const css::uno::…
/trunk/main/oovbaapi/ooo/vba/word/
H A DXFind.idl42 [attribute] boolean Forward;
58 [in] /* boolean */ any Forward,
/trunk/main/svl/inc/svl/
H A Dbroadcast.hxx45 void Forward( SvtBroadcaster& rBC,
H A Dbrdcst.hxx51 void Forward(SfxBroadcaster& rBC, const SfxHint& rHint);
/trunk/main/svl/source/notify/
H A Dbroadcast.cxx121 void SvtBroadcaster::Forward( SvtBroadcaster& rBC, const SfxHint& rHint ) in Forward() function in SvtBroadcaster
H A Dbrdcst.cxx169 void SfxBroadcaster::Forward(SfxBroadcaster& rBC, const SfxHint& rHint) in Forward() function in SfxBroadcaster
/trunk/main/javainstaller2/src/Properties/
H A Dsetupfiles_template.properties40 Icon_Next=Icons/Forward.gif
/trunk/main/chart2/source/controller/menus/
H A DShapeContextMenu.src85 Command = ".uno:Forward";
/trunk/main/offapi/com/sun/star/util/
H A DSearchResult.idl43 Forward, the startOffset is inclusive, the endOffset exclusive.
/trunk/main/offapi/com/sun/star/ucb/
H A DRuleAction.idl97 /** "Forward" - Forwards object to <member>Rule::Parameter</member> when
/trunk/main/offapi/com/sun/star/geometry/
H A DXMapping2D.idl51 /** Forward 2D mapping function
/trunk/main/sc/source/ui/drawfunc/
H A Ddrformsh.src77 Text [ en-US ] = "Bring ~Forward" ; \
H A Dobjdraw.src280 Text [ en-US ] = "Bring ~Forward" ; \
/trunk/main/sw/source/ui/docvw/
H A Ddocvw.src85 Text [ en-US ] = "~Forward" ;
/trunk/main/svx/source/dialog/
H A Dimapdlg.src324 Text [ en-US ] = "Bring ~Forward" ;
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m82 // Forward declaration for the IUnknown implementation.
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.src129 Text [ en-US ] = "Forward" ;
/trunk/main/reportdesign/source/ui/report/
H A Dreport.src352 Text [ en-US ] = "Bring ~Forward" ;
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv699 .uno:Forward
700 .uno:Forward
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.src586 "Forward to" ;
/trunk/main/sw/source/ui/app/
H A Dmn.src667 Text [ en-US ] = "Bring ~Forward" ; \
/trunk/main/svl/source/items/
H A Dstyle.cxx1303 Forward(rBC, rHint); in Notify()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1397 //:> Forward declarations
2449 // Forward iterator requirements

Completed in 357 milliseconds

123456