/aoo42x/main/vcl/source/fontsubset/ |
H A D | list.cxx | 55 lnode *head, *tail, *cptr; member 77 if (pThis->tail != 0) { in appendPrim() 78 flink = &(pThis->tail->next); in appendPrim() 79 blink = pThis->tail; in appendPrim() 87 pThis->tail = ptr; in appendPrim() 105 blink = &pThis->tail; in prependPrim() 204 return pThis->cptr == pThis->tail; in listAtLast() 277 if (pThis->cptr != pThis->tail) { in listToLast() 278 pThis->cptr = pThis->tail; in listToLast() 331 pThis->tail = ptr; in listInsertAfter() [all …]
|
/aoo42x/main/oox/ |
H A D | Package_generated.mk | 32 oox/source/token/namespaces.hxx.tail \ 36 oox/source/token/tokens.hxx.tail \ 40 oox/source/token/properties.hxx.tail \
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 910 Ligature **tail = &(temp->ligs); in parseCharMetrics() local 911 Ligature *node = *tail; in parseCharMetrics() 913 if (*tail != NULL) in parseCharMetrics() 917 tail = &(node->next); in parseCharMetrics() 920 *tail = (Ligature *) calloc(1, sizeof(Ligature)); in parseCharMetrics() 922 (*tail)->succ = (char *)strdup(keyword); in parseCharMetrics() 924 (*tail)->lig = (char *)strdup(keyword); in parseCharMetrics()
|
/aoo42x/main/oox/source/token/ |
H A D | Makefile | 35 …IR_TOKEN)/namespaces.hxx.head $(WORKDIR_TOKEN)/namespaceids.inc $(SRCDIR_TOKEN)/namespaces.hxx.tail 59 …hxx : $(SRCDIR_TOKEN)/tokens.hxx.head $(WORKDIR_TOKEN)/tokenids.inc $(SRCDIR_TOKEN)/tokens.hxx.tail 89 …DIR_TOKEN)/properties.hxx.head $(WORKDIR_TOKEN)/propertyids.inc $(SRCDIR_TOKEN)/properties.hxx.tail
|
/aoo42x/main/solenv/inc/ |
H A D | _tg_def.mk | 101 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL1TARGET).exp | sed '/^;/d' >>$@.tmpfile 385 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL2TARGET).exp | sed '/^;/d' >>$@.tmpfile 669 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL3TARGET).exp | sed '/^;/d' >>$@.tmpfile 953 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL4TARGET).exp | sed '/^;/d' >>$@.tmpfile 1237 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL5TARGET).exp | sed '/^;/d' >>$@.tmpfile 1521 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL6TARGET).exp | sed '/^;/d' >>$@.tmpfile 1805 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL7TARGET).exp | sed '/^;/d' >>$@.tmpfile 2089 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL8TARGET).exp | sed '/^;/d' >>$@.tmpfile 2373 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL9TARGET).exp | sed '/^;/d' >>$@.tmpfile 2657 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL10TARGET).exp | sed '/^;/d' >>$@.tmpfile
|
H A D | tg_def.mk | 106 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL$(TNR)TARGET).exp | sed '/^;/d' >>$@.tmpfile
|
/aoo42x/main/setup_native/scripts/ |
H A D | install_linux.sh | 75 tail -n +$TAILLINE $FILENAME | gunzip | (cd $UNPACKDIR; tar xvf -) 256 tail -n +$linenum $0 > $FAKEDBRPM
|
H A D | install_solaris.sh | 79 tail +$TAILLINE $FILENAME | gunzip | (cd $UNPACKDIR; tar xvf -) 289 tail +$linenum $0 > $GETUID_SO
|
H A D | uninstall_solaris.sh | 42 tail +$linenum `basename $0` > $GETUID_SO
|
H A D | fake-db.spec | 53 Provides: /usr/bin/tail
|
H A D | javaloader.sh | 422 javaoutput=`$java_runtime -version 2>&1 | tail ${tail_args} -1`
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | SQLContext.idl | 37 most recent context is appended to the list's tail. 49 most recent context is appended to the list's tail
|
/aoo42x/main/soltools/cpp/ |
H A D | Test.txt | 82 #define tail _Test 83 // Txt_##tail // Txt_##_Test
|
/aoo42x/main/solenv/bin/ |
H A D | download_external_dependencies.pl | 281 my ($head,$name,$tail) = ($1,$2,$3); 284 $text = $head.$value.$tail;
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | stage1.sh | 29 cat $1 | tail -n +2
|
/aoo42x/main/icu/ |
H A D | icu4c-4_0_1-src.patch | 109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell 113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
|
/aoo42x/main/odk/ |
H A D | setsdkenv_unix | 28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
|
/aoo42x/main/odk/settings/ |
H A D | std.mk | 58 JAVA_BITS := $(shell $(OO_SDK_JAVA_HOME)/$(JAVABIN)/java -version 2>&1 | tail -1 | cut -d " " -f3)
|
/aoo42x/main/offapi/com/sun/star/logging/ |
H A D | XConsoleHandler.idl | 39 <p>Note that a console handler will ignore its formatter's head and tail, since
|
/aoo42x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 218 - const char* tail = strdup(s); 219 - const char* last_slash = strrchr(tail, '/'); 221 - tail = last_slash + 1; 222 - return tail; 547 + const char* tail = strdup(s); 548 + const char* last_slash = strrchr(tail, '/'); 550 + tail = last_slash + 1; 551 + return tail;
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | securityenvironment_nssimpl.cxx | 847 log.head = log.tail = NULL; in verifyCertificate() 983 log.head = log.tail = NULL; in verifyCertificate()
|
/aoo42x/main/basegfx/test/ |
H A D | boxclipper.cxx | 276 if( rRange.getElement(i).tail.head == ORIENTATION_NEGATIVE ) in validatePoly()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XBreakIterator.idl | 174 like excluding or including tail spaces for spellchecker
|
/aoo42x/main/ |
H A D | configure.ac | 3907 …`xcodebuild -showsdks | $EGREP "sdk macosx10.(10|11|12|13|14|15)" | sed -e "s/.*sdk //" | tail -n1` 3910 …sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx11.(0|1|2|3)" | sed -e "s/.*sdk //" | tail -n1` 3914 … sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx12.(0|1|2)" | sed -e "s/.*sdk //" | tail -n1` 3923 … sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx${sdk_path}" | sed -e "s/.*sdk //" | tail -n1`
|
H A D | rat-excludes | 517 # main/oox/source/token/*.tail
|