| /trunk/main/slideshow/qa/tools/ |
| H A D | mktransitions.pl | 128 print $OUT qq~<?xml version="1.0" encoding="UTF-8"?> 147 print $OUT " <style:style style:name=\"dp",$slideNum,"\" style:family=\"drawing-page\">\n"; 148 …print $OUT " <style:drawing-page-properties presentation:transition-type=\"automatic\" presentat… 149 print $OUT " </style:style>\n"; 154 print $OUT qq~ <style:style style:name="gr1" style:family="graphic"> 223 …print $OUT " <draw:page draw:name=\"page",$slideNum,"\" draw:style-name=\"dp",$slideNum,"\" draw… 225 …print $OUT " <draw:frame presentation:style-name=\"pr1\" draw:layer=\"layout\" svg:width=\"25.1… 226 print $OUT " <draw:text-box>\n"; 227 print $OUT " <text:p text:style-name=\"P1\">Transition “",$slideNum-1,"”</text:p>\n"; 228 print $OUT " </draw:text-box>\n"; [all …]
|
| H A D | mkeffects.pl | 124 print $OUT qq~<?xml version="1.0" encoding="UTF-8"?> 196 …print $OUT " <draw:page draw:name=\"page1\" draw:style-name=\"dp1\" draw:master-page-name=\"D… 197 …print $OUT " <office:forms form:automatic-focus=\"false\" form:apply-design-mode=\"false\"/>… 198 …print $OUT " <draw:rect draw:style-name=\"gr1\" draw:text-style-name=\"P1\" draw:id=\"id$sli… 199 print $OUT " <text:p text:style-name=\"P2\">Slide: $slideNum</text:p>\n"; 200 print $OUT " <text:p text:style-name=\"P2\">Topic: $titleText</text:p>\n"; 201 …print $OUT " <text:p text:id=\"textid$slideNum\" text:style-name=\"P2\">Some text to show t… 202 print $OUT " </draw:rect>\n"; 203 print $OUT " <anim:par presentation:node-type=\"timing-root\">\n"; 204 print $OUT " <anim:seq presentation:node-type=\"main-sequence\">\n"; [all …]
|
| /trunk/main/sal/textenc/generate/ |
| H A D | cns116431992.pl | 401 open OUT, ("> " . $filename) or die "Cannot write " . $filename; 416 print OUT "/", $1, "\n"; 421 print OUT " ", substr($1, 0, length($1) - 1), "/\n"; 426 print OUT " *", $1, "\n"; 430 print OUT " *", $1, "\n"; 440 print OUT "\n", 446 print OUT "static sal_uInt16 const aImpl", $id, "ToUnicodeData[] = {\n"; 472 print OUT " /* plane ", $cns_plane, ", row ", $cns_row, 479 print OUT " ", $cns_row_first, " | (", $cns_row_last, 483 print OUT " ", printSpaces(7, 10, $cns_row_first); [all …]
|
| H A D | big5hkscs2001.pl | 420 open OUT, ("> " . $filename) or die "Cannot write " . $filename; 435 print OUT "/", $1, "\n"; 440 print OUT " ", substr($1, 0, length($1) - 1), "/\n"; 445 print OUT " *", $1, "\n"; 449 print OUT " *", $1, "\n"; 459 print OUT "\n", 465 print OUT "static sal_uInt16 const aImpl", $id, "ToUnicodeData[] = {\n"; 487 print OUT " /* row ", $big5_row, " */\n"; 493 print OUT " ", $big5_row_first, " | (", $big5_row_last, 497 print OUT " ", printSpaces(7, 10, $big5_row_first); [all …]
|
| H A D | gb180302000.pl | 192 open OUT, ("> " . $filename) or die "Cannot write " . $filename; 207 print OUT "/", $1, "\n"; 212 print OUT " ", substr($1, 0, length($1) - 1), "/\n"; 217 print OUT " *", $1, "\n"; 221 print OUT " *", $1, "\n"; 231 print OUT "\n", 241 print OUT "static sal_Unicode const aImpl", $id, "ToUnicodeData[] = {\n "; 244 printf OUT "0x%04X,", $gb_map_2[$gb_code]; 247 print OUT "\n "; 250 print OUT "\n};\n\n"; [all …]
|
| /trunk/main/basegfx/qa/ |
| H A D | mkpolygons.pl | 132 print $OUT qq~<?xml version="1.0" encoding="UTF-8"?> 207 …print $OUT " <draw:page draw:name=\"page1\" draw:style-name=\"dp1\" draw:master-page-name=\"Def… 208 …print $OUT " <office:forms form:automatic-focus=\"false\" form:apply-design-mode=\"false\"/>\n… 209 …print $OUT " <draw:rect draw:style-name=\"gr1\" draw:text-style-name=\"P1\" draw:id=\"id$slide… 210 print $OUT " <text:p text:style-name=\"P2\">Slide: $slideNum</text:p>\n"; 211 print $OUT " <text:p text:style-name=\"P2\">Path: $titleText</text:p>\n"; 212 print $OUT " </draw:rect>\n"; 218 print $OUT " <presentation:notes draw:style-name=\"dp1\">\n"; 219 …print $OUT " <draw:page-thumbnail draw:style-name=\"gr1\" draw:layer=\"layout\" svg:width=\"14… 220 …print $OUT " <draw:frame presentation:style-name=\"pr3\" draw:layer=\"layout\" svg:width=\"16.… [all …]
|
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | files.pm | 76 if ( open( OUT, ">$savefile" ) ) 78 print OUT @{$savecontent}; 79 close( OUT); 115 …open( OUT, ">$savefile" ) || installer::exiter::exit_program("ERROR: Cannot open file $savefile fo… 116 print OUT @printcontent; 117 close( OUT); 145 …open( OUT, ">$savefile" ) || installer::exiter::exit_program("ERROR: Cannot open file $savefile fo… 146 print OUT @printcontent; 147 close( OUT); 175 …open( OUT, ">$savefile" ) || installer::exiter::exit_program("ERROR: Cannot open file $savefile fo… [all …]
|
| /trunk/main/solenv/inc/ |
| H A D | settings.mk | 526 OUT=$(PRJ)/$(OUTPATH).cap 531 OUT=$(PRJ)/$(OUTPATH).pro 536 OUT=$(PRJ)/$(OUTPATH).cap 540 OUT=$(PRJ)/$(OUTPATH).w 545 OUT*=$(PRJ)/$(OUTPATH) 552 OUT:=$(PRJ)/$(OUTPATH).bnd 556 OUT=$(PRJ)/$(OUTPATH).tt 560 OUT=$(PRJ)/$(OUTPATH).tlk 594 LOCAL_OUT:=$(OUT) 595 LOCAL_COMMON_OUT:=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(OUT)) [all …]
|
| H A D | _tg_lib.mk | 107 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB1FILES) $(LIB1OBJFILES)) 214 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB2FILES) $(LIB2OBJFILES)) 321 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB3FILES) $(LIB3OBJFILES)) 428 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB4FILES) $(LIB4OBJFILES)) 535 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB5FILES) $(LIB5OBJFILES)) 642 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB6FILES) $(LIB6OBJFILES)) 749 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB7FILES) $(LIB7OBJFILES)) 856 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB8FILES) $(LIB8OBJFILES)) 963 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB9FILES) $(LIB9OBJFILES)) 1070 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB10FILES) $(LIB10OBJFILES))
|
| /trunk/main/odk/settings/ |
| H A D | std.mk | 23 OUT=$(subst \,/,$(OO_SDK_OUT))/$(OS)example.out 25 OUT=$(PRJ)/$(OS)example.out 31 OUT_BIN=$(OUT)/bin 32 OUT_INC=$(OUT)/inc 33 OUT_SLO=$(OUT)/slo 34 OUT_LIB=$(OUT)/lib 35 OUT_SLB=$(OUT)/slb 36 OUT_MISC=$(OUT)/misc 37 OUT_OBJ=$(OUT)/obj 38 OUT_CLASS=$(OUT)/class [all …]
|
| H A D | settings.mk | 117 CC_INCLUDES=-I. -I$(OUT)/inc -I$(OUT)/inc/examples -I$(PRJ)/include 243 LINK_LIBS=-L"$(OUT)/lib" -L"$(OO_SDK_HOME)/lib" -L"$(OO_SDK_OFFICE_LIB_DIR)" 375 LINK_LIBS=-L"$(OUT)/lib" -L"$(OO_SDK_HOME)/lib" -L"$(OO_SDK_OFFICE_LIB_DIR)" 606 LINK_LIBS=-L"$(OUT)/lib" -L"$(OO_SDK_HOME)/lib" -L"$(OO_SDK_OFFICE_LIB_DIR)" $(PTHREAD_LIBS)
|
| /trunk/main/solenv/bin/modules/par2script/ |
| H A D | files.pm | 63 open( OUT, ">$savefile" ); 64 print OUT @{$savecontent}; 65 close( OUT); 85 open( OUT, ">$savefile" ); 86 print OUT @printcontent; 87 close( OUT); 115 open( OUT, ">$savefile" ); 116 print OUT @printcontent; 117 close( OUT);
|
| /trunk/main/solenv/bin/modules/pre2par/ |
| H A D | files.pm | 64 open( OUT, ">$savefile" ); 65 print OUT @{$savecontent}; 66 close( OUT); 86 open( OUT, ">$savefile" ); 87 print OUT @printcontent; 88 close( OUT); 116 open( OUT, ">$savefile" ); 117 print OUT @printcontent; 118 close( OUT);
|
| /trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | makefile.mk | 55 CPATH = $(CPATH_TMP2)$(PATH_SEPERATOR)$(OUT)$/bin$/factory_test.jar$(PATH_SEPERATOR)$(XCLASSPATH) 57 $(OUT)$/bin$/factory_test.jar : $(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class 59 @echo RegistrationClassName: com.sun.star.lib.uno.helper.Factory_Test > $(OUT)$/bin$/manifest.mf 60 -jar cvfm $@ $(OUT)$/bin$/manifest.mf -C $(CLASSDIR) $(PACKAGE)$/Factory_Test.class 62 run_factory_test : $(OUT)$/bin$/factory_test.jar 63 -$(GNUCOPY) $(SOLARBINDIR)$/udkapi.rdb $(OUT)$/bin$/factory_test.rdb 64 …asspath $(CPATH) com.sun.star.lib.uno.helper.Factory_Test $(OUT)$/bin$/factory_test.jar $(OUT)$/bi…
|
| /trunk/main/bridges/test/java_uno/any/ |
| H A D | makefile.mk | 65 INCPRE += $(OUT)$/inc$/test 99 $(OUT)$/bin$/TestRemote \ 100 $(OUT)$/bin$/TestJni 102 $(OUT)$/bin$/TestRemote : $(JAVACLASSFILES) 108 $(OUT)$/bin$/TestJni : $(JAVACLASSFILES) 120 $(CPPUMAKER) -C -BUCR -O $(OUT)$/inc$/test -X $(SOLARBINDIR)$/udkapi.rdb $? 121 …$(CPPUMAKER) -C -BUCR -O $(OUT)$/inc$/test -T com.sun.star.uno.XInterface $(SOLARBINDIR)$/udkapi.r…
|
| /trunk/main/filter/source/docbook/ |
| H A D | makefile.mk | 36 $(OUT)$/bin$/docbooktosoffheadings.xsl: docbooktosoffheadings.xsl 37 $(COPY) docbooktosoffheadings.xsl $(OUT)$/bin$/docbooktosoffheadings.xsl 39 $(OUT)$/bin$/sofftodocbookheadings.xsl: sofftodocbookheadings.xsl 40 $(COPY) sofftodocbookheadings.xsl $(OUT)$/bin$/sofftodocbookheadings.xsl 42 $(OUT)$/bin$/DocBookTemplate.stw: DocBookTemplate.stw 43 $(COPY) DocBookTemplate.stw $(OUT)$/bin$/DocBookTemplate.stw
|
| /trunk/main/cli_ure/workbench/dynload/ |
| H A D | makefile.mk | 39 $(OUT)$/bin$/dynload.exe 44 $(OUT)$/bin$/dynload.exe : $(CSFILES) 48 -reference:$(OUT)$/bin$/cli_ure.dll \ 49 -reference:$(OUT)$/bin$/cli_types.dll \ 50 -reference:$(OUT)$/bin$/cli_cppuhelper.dll \
|
| /trunk/main/instsetoo_native/util/ |
| H A D | makefile.mk | 61 INSTALLDIR=$(OUT) 155 --output-path $(OUT) \ 163 SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release 167 @-$(MKDIR) $(OUT)$/AOO_SRC_Release 256 -u $(OUT) \ 381 --output-path $(OUT) \ 390 --output-path $(OUT) \ 398 --output-path $(OUT) \ 406 --output-path $(OUT) \
|
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/ |
| H A D | ParameterTypeInfo.java | 78 (m_flags & (TypeInfo.IN | TypeInfo.OUT)) == 0); // nothing set => IN in isIN() 83 return (m_flags & TypeInfo.OUT) != 0; in isOUT() 88 return (m_flags & (TypeInfo.IN | TypeInfo.OUT)) == (TypeInfo.IN | TypeInfo.OUT); in isINOUT()
|
| /trunk/main/sal/test/unloading/ |
| H A D | makefile.mk | 53 UNOUCROUT= $(OUT)$/inc$/bootstrap 54 INCPRE+= $(OUT)$/inc$/bootstrap 59 UNOUCROUT= $(OUT)$/inc$/light 60 INCPRE+= $(OUT)$/inc$/light
|
| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | XOutParameters.idl | 44 result parameter must be registered as an OUT parameter. The other parameters 66 for each OUT parameter. 101 /** registers the OUT parameter in ordinal position 106 OUT parameters must be registered before a stored procedure is executed. 112 for an OUT parameter determines the type that must be used in the
|
| H A D | CallableStatement.idl | 43 result parameter must be registered as an OUT parameter. The other parameters 55 OUT parameters must be registered prior to executing the stored procedure; 90 /** is used for retrieve the values of OUT parameters. 95 /** is used to declare parameters as OUT parameters.
|
| /trunk/main/cppuhelper/test/ |
| H A D | makefile.mk | 38 UNOUCROUT= $(OUT)$/inc$/test 39 INCPRE+= $(OUT)$/inc$/test 128 UNO_OUT := $(OUT)$/bin 132 UNO_OUT := $(OUT)$/lib
|
| /trunk/main/redland/raptor/ |
| H A D | makefile.mk | 62 …h-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PWD)/$(OUT) --includedir=(PWD)… 81 …w32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" --prefix=$(PWD)/$(OUT) --includedir=(PWD)… 88 CONFIGURE_ACTION= ${PERL} -p -e '$$prefix="'$(PWD)/$(OUT)'"; $$libdir="'$(PWD)/$(LB)'"; $$incdir="'… 140 …h-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PDW)/$(OUT) --includedir=$(PWD…
|
| /trunk/main/cli_ure/unotypes/ |
| H A D | makefile.mk | 43 $(OUT)$/bin$/cli_uretypes.dll \ 52 $(OUT)$/bin$/cli_uretypes.dll : $(BIN)$/climaker.exe $(SOLARBINDIR)$/types.rdb $(BIN)$/cliureversio… 63 $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_uretypes.config $(OUT)$/bin$/cli_uretypes.dll
|