Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 79) sorted by relevance

1234

/aoo4110/main/xmerge/workben/
H A Djstyle.pl65 local(@args,$_,$first,$rest);
71 ($first,$rest) = ($1,$2);
76 if($rest eq "") {
77 $rest = shift(@ARGV);
83 if($rest eq "") {
87 $ARGV[0] = "-$rest";
94 if($rest ne "") {
95 $ARGV[0] = "-$rest";
/aoo4110/main/cppu/source/uno/
H A Dcascade_mapping.cxx271 rtl::OUString rest = to_envPurpose.copy(purpose.getLength()); in getCascadeMapping() local
273 sal_Int32 index = rest.indexOf(':', 1); in getCascadeMapping()
276 uno_getMapping(ppMapping, pFrom, pTo, rest.copy(1).pData); in getCascadeMapping()
280 uno_envDcp += rest.copy(0, index); in getCascadeMapping()
284 rtl::OUString rest = from_envPurpose.copy(purpose.getLength()); in getCascadeMapping() local
286 sal_Int32 index = rest.indexOf(':', 1); in getCascadeMapping()
289 uno_getMapping(ppMapping, pFrom, pTo, rest.copy(1).pData); in getCascadeMapping()
293 uno_envDcp += rest.copy(0, index); in getCascadeMapping()
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXParameter.idl35 parameters of interface methods (which cannot have rest parameters).</p>
41 Returns whether this is a rest parameter.
43 <p>A rest parameter must always come last in a parameter list.</p>
45 <p>Currently, only service constructors can have rest parameters, and
46 those rest parameters must be in parameters of type <atom>any</atom>.</p>
48 @return <TRUE/> if and only if this parameter is a rest parameter
/aoo4110/main/scripting/source/pyprov/
H A Dpythonscript.py326 rest = url.replace( self.rootUrl , "",1 ).replace( "/","",1)
327 return rest[0:rest.find("/")]
330 rest = url.replace( self.rootUrl , "",1 ).replace( "/","",1)
331 start = rest.find("/") +1
332 return rest[start:rest.find("/",start)]
/aoo4110/main/idlc/inc/idlc/
H A Dastparameter.hxx34 Direction direction, bool rest, AstType const * type, in AstParameter() argument
37 m_rest(rest) {} in AstParameter()
/aoo4110/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx551 ::rtl::OUString rest; in readStream()
553 if (!splitPath(i_rPath, dir, rest)) throw uno::RuntimeException(); in readStream()
594 readStream(i_rImpl, xDir, rest, buf.makeStringAndClear() ); in readStream()
671 ::rtl::OUString rest; in writeStream()
672 if (!splitPath(i_rPath, dir, rest)) throw uno::RuntimeException(); in writeStream()
696 writeStream(i_rImpl, xDir, i_xGraphName, rest, in writeStream()
/aoo4110/main/sc/addin/datefunc/
H A Ddfa.cl227 * A WeekDay can be then calculated by substracting 1 and calculating the rest of
250 * % is the modulo operator in C which calculates the rest of an Integer division
431 * A WeekDay can be calculated by substracting 1 and calculating the rest of
/aoo4110/main/registry/source/
H A Dregimpl.cxx353 bool rest = (flags & RT_PARAM_REST) != 0; in dumpType() local
369 rest = false; in dumpType()
372 if (rest) { in dumpType()
/aoo4110/main/
H A Daclocal.m436 # the same distribution terms that you use for the rest of that program.
313 dnl more consistent with the rest of automake.
/aoo4110/main/udkapi/com/sun/star/bridge/
H A DBridge.idl56 capital letter, the rest in small letters postfixed by Bridge (e.g.:
/aoo4110/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh39 …>=2 && Character.isUpperCase(theString.charAt(1))) { // first two chars are UC => first UC, rest LC
/aoo4110/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl78 <p>The rest of document content will not be signed.</p>
/aoo4110/main/sw/source/filter/ww8/
H A DREADME-rtf.txt85 parsing the rest of the document if this happens, in other words
/aoo4110/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl115 containing generated categories that fit the rest of the data,
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm170 … [ methodName appendString: [ attribute substringFromIndex: 3 ] ]; // append rest of attribute name
171 // append rest of method name
/aoo4110/main/offapi/com/sun/star/rdf/
H A DURIs.idl151 /// http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
/aoo4110/main/codemaker/source/cppumaker/
H A Dcpputype.cxx3925 bool rest = hasRestParameter(i); in dumpHxxFile() local
3963 if (!rest && params > 0) { in dumpHxxFile()
4023 if (rest) { in dumpHxxFile()
/aoo4110/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl444 If a link could not be resolved, the linktarget concatenated with the unresolved rest
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl234 significantly more whitespace or Kashidas than the rest, this
/aoo4110/main/i18npool/source/breakiterator/data/
H A Dline.txt174 # for what they can combine with are _very_ different from the rest of Unicode.
/aoo4110/main/libxmlsec/
H A Dxmlsec1-configure.patch156 ... rest of stderr output deleted ...
H A Dxmlsec1-update-config-sub-and-guess.patch27 # the same distribution terms that you use for the rest of that program.
1516 # the same distribution terms that you use for the rest of that program.
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl116 corner (and as much as possible of the rest of the object or substring) is within
127 corner (and as much as possible of the rest of the object or substring) is within
138 (and as much as possible of the rest of the object or substring) is within the
149 (and as much as possible of the rest of the object or substring) is within the
160 (and as much as possible of the rest of the object or substring) is within the
171 (and as much as possible of the rest of the object or substring) is within the
2350 The rest of the boundary types must be supported.
/aoo4110/main/oox/source/token/
H A Dtokens.txt4179 rest
/aoo4110/main/libtextcat/
H A Dlibtextcat-2.2.patch1623 # the same distribution terms that you use for the rest of that program.
3218 # the same distribution terms that you use for the rest of that program.

Completed in 191 milliseconds

1234