Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/trunk/main/odk/
H A Dconfigure.pl31 $main::hostname= $ARGV[0];
32 $main::sdkpath= $ARGV[1];
33 $main::OO_SDK_NAME= $ARGV[2];
35 $main::OO_MAJORVERSION=$main::OO_SDK_NAME;
36 $main::OO_MINORVERSION=$main::OO_SDK_NAME;
37 $main::OO_MAJORVERSION =~ s#[^\d]+(\d).(\d).+#$1#go;
38 $main::OO_MINORVERSION =~ s#[^\d]+(\d).(\d).+#$2#go;
40 $main::OO_SDK_CONFIG_HOME= "$ENV{HOME}/$main::OO_SDK_NAME";
42 $main::operatingSystem = `$main::sdkpath/config.guess | cut -d"-" -f3,4`;
43 chomp ($main::operatingSystem);
[all …]
/trunk/main/
H A Drat-excludes27 main/swext/mediawiki/src/filter/odt2mediawiki.xsl
28 main/testautomation/writer/optional/input/clipboard/dummy.txt
29 main/ure/source/THIRDPARTYLICENSEREADME.html
36 main/automation/source/miniapp/test.sid
37 main/testautomation/graphics/required/input/einfg.ini
38 main/sd/res/webview/edit.pl
39 main/sd/res/webview/index.pl
40 main/sal/qa/rtl/random/makefile.add
41 main/testautomation/writer/optional/input/export/filter/act_1.all
42 main/icc/source/create_sRGB_profile/Makefile.am
[all …]
H A Drat-excludes-solver24 main/*/wntmsci12/
25 main/*/unxmac*/
26 main/*/unxlng*/
27 main/*/unx*bsd*/
28 main/*/unxsol*/
34 main/solver/
H A DLICENSE213 For main/install-sh:
230 For main/apple-remote/inc/*.h - Remote Control Wrapper:
258 For main/MathMLDTD/math.dtd:
307 For main/filter/source/config/tools/merge/pyAltFCFGMerge:
516 For main/i18npool/source/breakiterator/data/*.txt and
517 International Components for Unicode - built in main/icu/
561 See main/i18npool/source/breakiterator/data/LICENSE_INFO
565 For main/sane/inc/sane.h:
586 For main/unixODBC/inc*.h - The iODBC driver manager:
641 For main/twain/inc/twain.h:
[all …]
/trunk/
H A D.gitignore25 /main/FreeBSD*Env.Set*
26 /main/Linux*Env.Set*
27 /main/MacOS*Env.Set*
28 /main/OS2*Env.Set*
29 /main/ant.properties
30 /main/autom4te.cache
31 /main/config.guess
32 /main/config.log
33 /main/config.parms
34 /main/config.status
[all …]
/trunk/main/solenv/bin/modules/
H A Dosarch.pm164 $main::solarDef = $osDefTable{ $s_str }.' '.$archDefTable{ $m_str };
166 $main::solarOS = $osTable{ $s_str };
167 $main::solarMT = $archTable{ $m_str };
169 $main::solarArch = $main::solarOS.$main::solarMT;
170 $main::solarOldArch = $main::solarArch; # for compatibility
172 $main::solarDOS = 'unx'.$osDosTable{ $s_str }. $archDosTable{ $m_str };
174 sub main::osarch subroutine
188 $result .= '$solarDef = '."'$main::solarDef';\n";
189 $result .= '$solarArch = '."'$main::solarArch';\n";
190 $result .= '$solarOldArch = '."'$main::solarOldArch';\n";
[all …]
/trunk/main/offapi/util/
H A Dchecknewapi.pl39 $main::buildinfo = "$ARGV[2]";
40 $main::regview = "$ARGV[3]";
41 %{$main::reftypes} = ();
42 %{$main::currenttypes} = ();
43 %{$main::removedtypes} = ();
45 open ( FILEIN, "$main::regview \"$ARGV[0]\" |" ) || die "could not use content of current typelibra…
84 if ( ! exists $main::currenttypes->{$1} )
86 $main::currenttypes->{$1} = { PUBLISHED => $published,
97 open ( FILEIN, "$main::regview \"$ARGV[1]\" |" ) || die "could not use content of reference type li…
137 if ( ! exists $main::reftypes->{$1} )
[all …]
/trunk/main/postprocess/packregistry/
H A Dmakefile.mk43 $(MISC)/main.xcd \
58 MY_DEPS_base = main
76 MY_DEPS_calc = main
93 MY_DEPS_ctl = main
97 MY_DEPS_draw = main
107 MY_DEPS_graphicfilter = main
114 MY_DEPS_impress = main
133 MY_DEPS_lingucomponent = main
365 MY_DEPS_math = main
377 MY_DEPS_onlineupdate = main
[all …]
/trunk/main/javainstaller2/src/Properties/
H A Dcreate_property.pl103 sub main::read_directory subroutine
126 sub main::read_file subroutine
137 sub main::get_jlf_file_name subroutine
149 sub main::get_all_languages subroutine
179 sub main::create_string_hash subroutine
218 sub main::print_hash subroutine
228 sub main::create_property_file subroutine
252 sub main::generate_filename subroutine
285 sub main::save_file subroutine
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl98 sub main::read_directory subroutine
121 sub main::read_file subroutine
132 sub main::collect_helpfile_content subroutine
158 sub main::collect_helpfile_names subroutine
176 sub main::get_all_languages subroutine
203 sub main::create_string_hash subroutine
242 sub main::print_hash subroutine
252 sub main::save_file subroutine
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DDeployedUnoPackagesDB.java79 Element main = document.getDocumentElement(); in getDeployedPackages() local
85 if ((langNodes = main.getElementsByTagName("language")) != null && in getDeployedPackages()
132 Element main = document.getDocumentElement(); in clearEntries() local
140 main.removeChild(langNodes.item(i)); in clearEntries()
151 Element main = document.getDocumentElement(); in removePackage() local
156 if ((langNodes = main.getElementsByTagName("language")) != null && in removePackage()
195 Element main = document.getDocumentElement(); in addPackage() local
225 main.appendChild(langNode); in addPackage()
H A DParcelDescriptor.java346 Element main = document.getDocumentElement(); in clearEntries() local
354 main.removeChild(scriptNodes.item(i)); in clearEntries()
365 Element main = document.getDocumentElement(); in removeScriptEntry() local
386 main.removeChild(scriptElement); in removeScriptEntry()
397 Element main = document.getDocumentElement(); in addScriptEntry() local
444 main.appendChild(root); in addScriptEntry()
/trunk/main/offapi/com/sun/star/rendering/
H A DTextDirection.idl28 /** Specifies main text direction in a text portion.<p>
36 /// Reference point is left, main direction is from left to right
38 /// Reference point is left, main direction is from left to right
41 /// Reference point is right, main direction is from right to left
43 /// Reference point is right, main direction is from right to left
H A DCaret.idl37 /** This contains the main caret index.<p>
39 The main caret index corresponds to the insert position when
40 inserting text in the layout's main text direction.
46 The secondary caret index, when different from the main caret
48 at a direction change opposite to the layout's main text
/trunk/main/postprocess/packconfig/
H A Dpackconfig.pl114 local @main::file_list;
122 return wantarray ? @main::file_list : \@main::file_list;
129 foreach ( @main::file_list ) {
140 push @main::file_list, $File::Find::name;
/trunk/main/cppu/qa/
H A Dmakefile.mk42 APP1OBJS = $(SLO)$/test_any.obj $(SLO)$/main.obj
48 APP2OBJS = $(SLO)$/test_unotype.obj $(SLO)$/main.obj
54 APP3OBJS = $(SLO)$/test_reference.obj $(SLO)$/main.obj
60 APP4OBJS = $(SLO)$/test_recursion.obj $(SLO)$/main.obj
/trunk/main/sal/inc/sal/
H A Dmain.h37 int SAL_CALL main(int argc, char ** argv) \
47 int SAL_CALL main(int argc, char ** argv) \
99 return main(argc, argv); \
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxis.idl125 /** Contains the distance between the main tick marks.
132 Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides
133 the main interval into 5 pieces and thus produces 4 help tick marks.
161 /** The distance between the main tick marks is calculated by the chart
168 /** The number of help intervals within a main interval is calculated by the
/trunk/main/offapi/com/sun/star/drawing/
H A DVerticalDimensioning.idl50 /** The text is positioned above the main line.
57 /** The text is positioned over the main line.
64 /** The text is positioned below the main line.
/trunk/main/sal/qa/
H A Dbuildall.pl37 sub main($);
95 main($params);
453 sub main($) subroutine
/trunk/main/chart2/prj/
H A Dbuild.lst8 ch chart2\source\model\main nmake - all ch_source_model_main ch_inc NULL
16 ch chart2\source\view\main nmake - all ch_source_view_main ch_inc NULL
24 ch chart2\source\controller\main nmake - all ch_source_controller_main ch_inc NU…
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DUpdatableLayer.idl86 <dd>all layers (main and sub) present in the
95 <dd>the main layer and sublayers of the provided layer
108 or all simple data be merged into the main layer.
/trunk/main/desktop/util/
H A Dmakefile.mk79 APP1OBJS=$(OBJ)$/copyright_ascii_sun.obj $(OBJ)$/main.obj
104 APP5OBJS=$(OBJ)$/copyright_ascii_ooo.obj $(OBJ)$/main.obj
125 APP5ICON=$(SOLARRESDIR)$/icons/ooo-main-app.ico
/trunk/main/registry/workben/
H A Dtest.cxx30 int main() in main() function
32 int _cdecl main() in main()
/trunk/main/sal/workben/
H A Dtest.cxx30 int main( int argc, char * argv[] ) in main() function
32 int _cdecl main( int argc, char * argv[] ) in main()

12345678910>>...30