/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 898 sal_uInt8 *post = 0; in GetRawData_post() local 906 post = ttmalloc(postLen); in GetRawData_post() 907 PutUInt32(0x00030000, post, 0, 1); in GetRawData_post() 908 PutUInt32(p->italicAngle, post, 4, 1); in GetRawData_post() 918 *ptr = _this->rawdata = post; in GetRawData_post() 1165 post->format = format; in TrueTypeTableNew_post() 1166 post->italicAngle = italicAngle; in TrueTypeTableNew_post() 1167 post->underlinePosition = underlinePosition; in TrueTypeTableNew_post() 1169 post->isFixedPitch = isFixedPitch; in TrueTypeTableNew_post() 1170 post->ptr = 0; in TrueTypeTableNew_post() [all …]
|
/aoo4110/main/qadevOOo/runner/stats/ |
H A D | SQLExecution.java | 172 String post = ""; in executeSQLCommand() local 177 post = key.substring(key.length()-1) + post; in executeSQLCommand() 199 … sqlCommand.add(i, (String)sqlCommand.get(0) + " " + pre + value + post); in executeSQLCommand() 203 … sqlCommand.set(i, (String)sqlCommand.get(i) + " " + pre + value + post); in executeSQLCommand() 211 sqlCommand.set(i, (String)sqlCommand.get(i) + " " + pre + value + post); in executeSQLCommand()
|
/aoo4110/main/l10ntools/scripts/ |
H A D | keyidGen.pl | 71 my ( $pre, $post, $old ); 73 $post = "\t$4\t$5\t$6\t$7\t$8\t$9\t$10\t$11\t$12\t$13\t$14\t$15\n"; 78 print OUTFILE "$pre${old}keyid:$hashp$post";
|
/aoo4110/main/epm/ |
H A D | epm-3.7.patch | 528 - fputs("%post\n", fp); 530 + * %post 537 + if (1 == ++n) /* Only write %post if there is at least one command */ 538 + fputs("%post\n", fp); 549 + if (1 == ++n) /* If not previously done so, write %post here */ 550 + fputs("%post\n", fp); 589 + * %post 596 + if (1 == ++n) /* Only write %post if there is at least one command */
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | PostCommandArgument2.idl | 36 /** The argument for the command "post". 44 /** The media type (mime type) for the data to post.
|
H A D | PostCommandArgument.idl | 36 /** The argument for the command "post". 43 /** The data source containing the data to post.
|
H A D | WebDAVDocumentContent.idl | 124 post ( Argument: <type>PostCommandArgument2</type> - does a HTTP POST )
|
/aoo4110/main/reportbuilder/template/ |
H A D | makefile.mk | 83 $(ZIP1DIR)$/description.xml : pre.xml post.xml 88 $(TYPE) post.xml | $(SED) s/#VERSION#/$(EXTENSION_VERSION)/ >> $@
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | ChangeLog | 21 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 33 * inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step 38 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 86 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 105 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 119 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 188 * inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 575 * TODO, inc/layout/layout-post.hxx, inc/layout/layout.hxx, 704 * TODO, inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx, 714 * : Add <layout/layout-pre.hxx> <layout/layout-post.hxx> cpp
|
H A D | apinotes.txt | 38 + SIDs ? - post it ...
|
/aoo4110/main/toolkit/ |
H A D | Package_inc.mk | 25 $(eval $(call gb_Package_add_file,toolkit_inc,inc/layout/layout-post.hxx,layout/layout-post.hxx))
|
/aoo4110/main/offapi/com/sun/star/mozilla/ |
H A D | XPluginInstancePeer.idl | 139 /** Posts to a URL with post data and/or post headers. The parameters and their meaning
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | run-s2x | 26 ../src2xml/source/src2xml.py --ignore-includes --post-process --output-dir=. $SRC
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | MountDocumentAction.java | 66 RequestProcessor.getDefault().post(new Runnable() in performAction()
|
H A D | MountParcelAction.java | 65 RequestProcessor.getDefault().post(new Runnable() in performAction()
|
H A D | ConfigureParcelAction.java | 55 RequestProcessor.getDefault().post(new Runnable() { in performAction()
|
H A D | DeployParcelAction.java | 145 RequestProcessor.getDefault().post(new Runnable() { in deploy()
|
/aoo4110/main/sfx2/ |
H A D | Package_inc.mk | 73 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/layout-post.hxx,sfx2/layout-post.hxx))
|
/aoo4110/main/sysui/desktop/debian/ |
H A D | makefile.mk | 91 @chmod a+rx $(MISC)$/$(@:b)$/DEBIAN $(MISC)/$(@:b)/DEBIAN/post* $(MISC)/$(@:b)/DEBIAN/pre*
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | TextConversionOption.idl | 52 /// Ignore post-positional word for Hangul to Hanja conversion
|
/aoo4110/main/offapi/com/sun/star/linguistic2/ |
H A D | XSetSpellAlternatives.idl | 39 <P>Basically this is needed to post-add further suggestions while keeping the
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XModifyBroadcaster.idl | 44 <p>The modified object must post the modification events immediately
|
H A D | XCloseBroadcaster.idl | 42 The called object for closing must post the closing events immediately
|
/aoo4110/main/odk/examples/java/ConverterServlet/ |
H A D | README | 7 <form action="http://localhost:8080/conversion/servlet/ConverterServlet" method=post enctype="multi…
|
/aoo4110/main/i18npool/source/breakiterator/data/ |
H A D | sent.txt | 10 # Includes post 5.0 changes to treat Japanese half width voicing marks
|