/trunk/main/sal/rtl/source/ |
H A D | alloc_arena.c | 436 *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/graphite/ |
H A D | graphite-2.3.1.patch | 415 --- 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 D | graphite-2.3.1_debug.patch | 1 --- misc/silgraphite-2.3.1/engine/src/segment/SegmentAux.cpp 2008-08-21 16:24:32.000000000 +0200 2 +++ misc/build/silgraphite-2.3.1/engine/src/segment/SegmentAux.cpp 2011-02-21 13:22:23.159834368 +0…
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.cpp | 595 TextSegment segment = GetXInterface()->getTextBeforeIndex( offset, sal_Int16(lUnoBoundaryType)); in get_textBeforeOffset() local 596 ::rtl::OUString ouStr = segment.SegmentText; in get_textBeforeOffset() 599 *startOffset = segment.SegmentStart; in get_textBeforeOffset() 600 *endOffset = segment.SegmentEnd; in get_textBeforeOffset() 683 ::rtl::OUString ouStr = segment.SegmentText; in get_textAfterOffset() 686 *startOffset = segment.SegmentStart; in get_textAfterOffset() 687 *endOffset = segment.SegmentEnd; in get_textAfterOffset() 771 TextSegment segment = GetXInterface()->getTextAtIndex( offset, sal_Int16(lUnoBoundaryType)); in get_textAtOffset() local 772 ::rtl::OUString ouStr = segment.SegmentText; in get_textAtOffset() 775 *startOffset = segment.SegmentStart; in get_textAtOffset() [all …]
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | TextSegment.idl | 29 /** 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
|
H A D | XAccessibleTextMarkup.idl | 82 /** 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
|
/trunk/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 337 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/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 279 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/ucb/source/ucp/webdav/ |
H A D | CurlUri.cxx | 322 rtl::OUString CurlUri::escapeSegment( const rtl::OUString& segment ) in escapeSegment() argument 324 return rtl::Uri::encode( segment, in escapeSegment() 331 rtl::OUString CurlUri::unescape( const rtl::OUString& segment ) in unescape() argument 333 return rtl::Uri::decode( segment, in unescape()
|
/trunk/main/configmgr/source/ |
H A D | partial.cxx | 48 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/offapi/com/sun/star/chart/ |
H A D | ChartPieSegmentProperties.idl | 42 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/rendering/ |
H A D | PathJoinType.idl | 47 /** 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 D | StrokeAttributes.idl | 72 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 D | XBezierPolyPolygon2D.idl | 51 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 D | IntegerBezierSegment2D.idl | 31 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 D | RealBezierSegment2D.idl | 31 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/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 300 OUString segment = relPath_; in makeURLAppendSysPathSegment() local 301 OSL_ASSERT(segment.indexOf(static_cast<sal_Unicode>('/')) == -1); in makeURLAppendSysPathSegment() 304 segment, rtl_UriCharClassPchar, rtl_UriEncodeIgnoreEscapes, in makeURLAppendSysPathSegment() 306 return makeURL(baseURL, segment); in makeURLAppendSysPathSegment()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | PackageContentProvider.idl | 76 path-segements = segment *( "/" segment ) 79 segment = pchar
|
H A D | TransientDocumentsContentProvider.idl | 103 abs-path = +( "/" segment ) 106 segment = *( pchar )
|
H A D | HierarchyDataReadAccess.idl | 94 path = segment ( '/' segement )* 97 segment = '[' quoted-string ']'
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | URL.idl | 100 /** 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/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 158 returns a given path segment of this (hierarchical) URI reference. 161 the index of the path segment, starting at zero. 164 the textual representation of the given path segment (with the exact
|
/trunk/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 256 const ::rtl::OUString segment( in isFileNameValid() local 258 if (!segment.getLength() || // no empty segments in isFileNameValid() 259 segment.equalsAscii(".") || // no . segments in isFileNameValid() 260 segment.equalsAscii("..") || // no .. segments in isFileNameValid() 262 segment, sal_False)) // no invalid characters in isFileNameValid()
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 463 GraphiteLayout::Glyphs::append(gr::Segment &segment, ImplLayoutArgs &args, gr::GlyphInfo & gi, floa… in append() argument 517 round2long((-gi.yOffset() * scaling) - segment.AscentOffset()* scaling)), in append() 530 …append(segment, args, *agi, nextGlyphOrigin, scaling, rChar2Base, rGlyph2Char,rCharDxs, rDXOffset,… in append() 532 …append(segment, args, *agi, (agi + 1)->origin(), scaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOf… in append()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2842 virtual void ReplaceDC(gr::Segment & segment) const; 2843 virtual void RestoreDC(gr::Segment & segment) const; 2871 void GraphiteWinLayout::ReplaceDC(gr::Segment & segment) const 2874 dynamic_cast<gr::WinFont&>(segment.getFont()).replaceDC(mhDC); 2878 void GraphiteWinLayout::RestoreDC(gr::Segment & segment) const 2880 dynamic_cast<gr::WinFont&>(segment.getFont()).restoreDC();
|