Home
last modified time | relevance | path

Searched refs:segment (Results 51 – 75 of 105) sorted by last modified time

12345

/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx279 rtl::OUString segment(uriReference->getPathSegment(i)); in processSegments() local
280 if (segment.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("."))) { in processSegments()
285 } else if (segment.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(".."))) { in processSegments()
501 rtl::OUString segment( in makeAbsolute() local
503 if (segment.getLength() != 0 || segments.size() > 1) { in makeAbsolute()
507 abs.append(segment); in makeAbsolute()
512 rtl::OUString segment(uriReference->getPathSegment(*i - 2)); in makeAbsolute() local
513 if (segment.getLength() != 0 || segments.size() > 1) { in makeAbsolute()
517 abs.append(segment); in makeAbsolute()
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx957 struct { char const * segment; State state; } in find() member
1010 if (info[s].transitions[k].segment == 0) { in find()
1031 found = j->equalsAscii(info[s].transitions[k].segment); in find()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c436 *segpp = segment->m_fnext, segment->m_fnext = segment->m_fprev = segment; in rtl_arena_hash_remove()
473 return (segment); in rtl_arena_hash_remove()
503 for (segment = head->m_fnext; segment != head; segment = segment->m_fnext) in rtl_arena_segment_alloc()
617 OSL_ASSERT(segment->m_addr + segment->m_size == next->m_addr); in rtl_arena_segment_coalesce()
858 arena->m_hash_table[i] = segment->m_fnext, segment->m_fnext = segment->m_fprev = segment; in rtl_arena_deactivate()
884 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
906 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
914 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
1050 remainder->m_addr = segment->m_addr + segment->m_size; in rtl_arena_alloc()
1063 VALGRIND_MEMPOOL_ALLOC(arena, segment->m_addr, segment->m_size); in rtl_arena_alloc()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DURL.idl100 /** contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt"
103 will normally not detect if the last segment is a folder or a file. So it is possible that
104 the last segment describes a folder. If you want to be sure that a file URL that references
/trunk/main/offapi/com/sun/star/ucb/
H A DTransientDocumentsContentProvider.idl103 abs-path = +( "/" segment )
106 segment = *( pchar )
H A DPackageContentProvider.idl76 path-segements = segment *( "/" segment )
79 segment = pchar
H A DHierarchyDataReadAccess.idl94 path = segment ( '/' segement )*
97 segment = '[' quoted-string ']'
/trunk/main/offapi/com/sun/star/rendering/
H A DPathJoinType.idl47 /** Join the path segment by extending the outer border until they
54 /** Join the path segment with a pie-like patch, such that the
61 /** Join the path segment by connecting the outer ends of the
H A DStrokeAttributes.idl72 segment of the dashing, the second element the length of the
73 first 'off' segment, and so forth. Give zero elements here for
127 After every sub-stroke, i.e. after every line or curve segment
H A DXBezierPolyPolygon2D.idl51 line segment, if all three contained points are strictly equal.<p>
98 The index of the polygon to start segment insertion with. This
108 specified bezier segment data.
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerBezierSegment2D.idl31 The data is stored integer-valued. The last point of the segment
32 is taken from the first point of the following segment, and thus
35 define the actual curve, with the very last segment providing only
H A DRealBezierSegment2D.idl31 The data is stored real-valued. The last point of the segment is
32 taken from the first point of the following segment, and thus not
35 define the actual curve, with the very last segment providing only
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeBinder.idl61 line segment from the supplied <type>Shape</type>s. It is also added
H A DEnhancedCustomShapeGluePointType.idl41 /** gluepoints are offered for each segment
/trunk/main/offapi/com/sun/star/chart/
H A DChartPieSegmentProperties.idl42 pie segment.@see PieDiagram
51 /** reflects the offset of a pie segment in percent of the radius.
56 is 0. If you change this value from 0 to 100 the segment is pulled out
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl205 <p>A chord is a segment of a circle. You get two chords from a
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl417 type) is found, an empty text segment is returned.</p>
H A DXAccessibleTextMarkup.idl82 /** Returns the text segment of the text markup of the given index and
99 the text segment - see <type>TextSegment</type> - of the text markup
H A DTextSegment.idl29 /** This structure describes a text segment that is embedded in a larger
42 <p>An empty text segment is expressed by
50 corresponding text segment of the enclosing text. Modifying this
60 /** A copy of the text segment of the enclosing text delimited by the
67 /** Index of the first character of the text segment represented by this
73 text segment represented by this structure. The index refers to the
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch248 * detected segment. Must be preallocated and at least as large as
267 * between single quotes is treated as one segment), or by using a backslash
289 * the remainder of the string is stored in the last segment.
307 /*** Start segment ***/
312 /*** Unquoted segment ***/
1139 char *segment[4];
1156 if ((h->fprint[ h->size ] = fp_Init( segment[1] ))==NULL) {
1159 - if ( fp_Read( h->fprint[h->size], segment[0], 400 ) == 0 ) {
1162 + strcat(finger_print_file_name, segment[0]);
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch415 --- misc/silgraphite-2.3.1/engine/src/segment/GrEngine.cpp Wed Jan 28 04:01:29 2009
521 --- misc/silgraphite-2.3.1/engine/src/segment/GrFSM.cpp Thu Jan 22 00:36:42 2009
577 --- misc/silgraphite-2.3.1/engine/src/segment/GrPass.cpp Wed Jan 28 04:01:29 2009
584 - the trailing white-space and so the end of the segment
588 + so the end of the segment will be before the any actual
661 --- misc/silgraphite-2.3.1/engine/src/segment/GrPass.h Thu Aug 21 16:24:32 2008
1267 segment.
1334 // Weird, but can happen with an empty segment.
1417 Calculate the associations, and record the output slots in the segment.
1571 part of the segment.
[all …]
H A Dgraphite-2.3.1.patch.mingw34 segmentdir = $(top_srcdir)/src/segment
/trunk/main/configmgr/source/
H A Dpartial.cxx48 rtl::OUString const & path, sal_Int32 * index, rtl::OUString * segment) in parseSegment() argument
52 segment != 0); in parseSegment()
60 *segment = Data::createSegment(templateName, name); in parseSegment()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx337 void SAL_CALL UnoPolyPolygon::setBezierSegment( const geometry::RealBezierSegment2D& segment, in setBezierSegment() argument
353 B2DPoint( segment.Px, in setBezierSegment()
354 segment.Py ) ); in setBezierSegment()
356 B2DPoint(segment.C1x, segment.C1y)); in setBezierSegment()
358 B2DPoint(segment.C2x, segment.C2y)); in setBezierSegment()
/trunk/extras/l10n/source/zu/
H A Dlocalize.sdf16187 svx source\svdraw\svdstr.src 0 string STR_ObjNameSingulCCUTE 0 zu Elliptiese segment 2002-02-…
21129 …cCommands.UserInterface.Commands..uno:EllipseCut Label 0 zu Elliptiese segment 2002-02-02 02:…

Completed in 339 milliseconds

12345