| /AOO41X/main/odk/ |
| H A D | configure.pl | 31 $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 …]
|
| /AOO41X/main/ |
| H A D | rat-excludes | 27 main/swext/mediawiki/src/filter/odt2mediawiki.xsl 28 main/testautomation/writer/optional/input/clipboard/dummy.txt 29 main/ure/source/THIRDPARTYLICENSEREADME.html 31 main/writerperfect/source/filter/DocumentCollector.cxx 32 main/writerperfect/source/filter/DocumentCollector.hxx 33 main/writerperfect/source/filter/DocumentElement.cxx 34 main/writerperfect/source/filter/DocumentElement.hxx 35 main/writerperfect/source/filter/DocumentHandler.cxx 36 main/writerperfect/source/filter/FilterInternal.hxx 37 main/writerperfect/source/filter/FontStyle.cxx [all …]
|
| H A D | rat-excludes-solver | 24 main/*/wntmsci12/ 25 main/*/unxmac*/ 26 main/*/unxlng*/ 27 main/*/unx*bsd*/ 28 main/*/unxsol*/ 34 main/solver/
|
| H A D | LICENSE | 212 For main/install-sh: 229 For main/apple-remote/inc/*.h - Remote Control Wrapper: 257 For main/MathMLDTD/math.dtd: 306 For main/filter/source/config/tools/merge/pyAltFCFGMerge: 515 For main/i18npool/source/breakiterator/data/*.txt and 516 International Components for Unicode - built in main/icu/ 560 See main/i18npool/source/breakiterator/data/LICENSE_INFO 564 For main/sane/inc/sane.h: 585 For main/unixODBC/inc*.h - The iODBC driver manager: 640 For main/twain/inc/twain.h: [all …]
|
| /AOO41X/ |
| H A D | .gitignore | 25 /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 …]
|
| /AOO41X/main/solenv/bin/modules/ |
| H A D | osarch.pm | 164 $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 …]
|
| /AOO41X/main/offapi/util/ |
| H A D | checknewapi.pl | 39 $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 …]
|
| /AOO41X/main/postprocess/packregistry/ |
| H A D | makefile.mk | 43 $(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 367 MY_DEPS_math = main 379 MY_DEPS_onlineupdate = main [all …]
|
| /AOO41X/main/javainstaller2/src/Properties/ |
| H A D | create_property.pl | 103 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
|
| /AOO41X/main/javainstaller2/src/Helpfiles/ |
| H A D | create_helpfiles.pl | 98 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
|
| /AOO41X/main/scripting/java/com/sun/star/script/framework/container/ |
| H A D | DeployedUnoPackagesDB.java | 79 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 D | ParcelDescriptor.java | 346 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()
|
| /AOO41X/ext_libraries/apr/ |
| H A D | apr-1.5.2-darwin19.6.patch | 8 main() 64 main() 72 int main() 89 int main(void) { 97 int main(void) { 105 int main(void) {
|
| /AOO41X/main/offapi/com/sun/star/rendering/ |
| H A D | TextDirection.idl | 28 /** 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 D | Caret.idl | 37 /** 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
|
| /AOO41X/main/postprocess/packconfig/ |
| H A D | packconfig.pl | 114 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;
|
| /AOO41X/main/sal/inc/sal/ |
| H A D | main.h | 57 int SAL_CALL main(int argc, char ** argv) \ 67 int SAL_CALL main(int argc, char ** argv) \ 119 return main(argc, argv); \
|
| /AOO41X/main/offapi/com/sun/star/chart/ |
| H A D | ChartAxis.idl | 125 /** 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 producces 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
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | VerticalDimensioning.idl | 50 /** 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.
|
| /AOO41X/main/chart2/prj/ |
| H A D | build.lst | 8 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…
|
| /AOO41X/main/sal/qa/ |
| H A D | buildall.pl | 37 sub main($); 95 main($params); 453 sub main($) subroutine
|
| /AOO41X/main/offapi/com/sun/star/configuration/backend/ |
| H A D | UpdatableLayer.idl | 86 <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.
|
| /AOO41X/main/desktop/util/ |
| H A D | makefile.mk | 79 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
|
| /AOO41X/main/registry/workben/ |
| H A D | test.cxx | 30 int main() in main() function 32 int _cdecl main() in main()
|
| /AOO41X/main/sal/workben/ |
| H A D | test.cxx | 30 int main( int argc, char * argv[] ) in main() function 32 int _cdecl main( int argc, char * argv[] ) in main()
|