Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 25 of 227) sorted by relevance

12345678910

/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 376 0 1
10 AdminChangeFolder DlgLine Line 0 234 376 0 1
32 AdminWelcome DlgLine Line 0 234 376 0 1
60 CustomSetup BannerLine Line 0 44 376 0 1
65 CustomSetup DlgLine Line 0 234 376 0 1
124 FilesInUse BannerLine Line 0 44 376 0 1
126 FilesInUse DlgLine Line 0 234 376 0 1
214 OutOfSpace DlgLine Line 0 234 376 0 1
329 SetupResume DlgLine Line 0 234 376 0 1
337 SetupType BannerLine Line 0 44 376 0 1
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 376 0 1
10 AdminChangeFolder DlgLine Line 0 234 376 0 1
32 AdminWelcome DlgLine Line 0 234 376 0 1
59 CustomSetup BannerLine Line 0 44 376 0 1
64 CustomSetup DlgLine Line 0 234 376 0 1
123 FilesInUse BannerLine Line 0 44 376 0 1
125 FilesInUse DlgLine Line 0 234 376 0 1
200 OutOfSpace DlgLine Line 0 234 376 0 1
313 SetupResume DlgLine Line 0 234 376 0 1
321 SetupType BannerLine Line 0 44 376 0 1
[all …]
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 376 0 1
10 AdminChangeFolder DlgLine Line 0 234 376 0 1
32 AdminWelcome DlgLine Line 0 234 376 0 1
59 CustomSetup BannerLine Line 0 44 376 0 1
64 CustomSetup DlgLine Line 0 234 376 0 1
129 FilesInUse BannerLine Line 0 44 376 0 1
131 FilesInUse DlgLine Line 0 234 376 0 1
205 OutOfSpace DlgLine Line 0 234 376 0 1
318 SetupResume DlgLine Line 0 234 376 0 1
326 SetupType BannerLine Line 0 44 376 0 1
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 374 0 1
12 AdminChangeFolder DlgLine Line 35 234 339 0 1
36 AdminWelcome DlgLine Line 0 234 326 0 1
65 CustomSetup BannerLine Line 0 44 374 0 1
72 CustomSetup DlgLine Line 35 234 339 0 1
139 FilesInUse BannerLine Line 0 44 374 0 1
143 FilesInUse DlgLine Line 35 234 339 0 1
230 OutOfSpace DlgLine Line 35 234 339 0 1
349 SetupResume DlgLine Line 0 234 374 0 1
357 SetupType BannerLine Line 0 44 374 0 1
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c583 sal_Char Line[32]; in osl_readProfileBool() local
584 Line[0] = '\0'; in osl_readProfileBool()
617 sal_Char Line[256]; in osl_readProfileIdent() local
618 Line[0] = '\0'; in osl_readProfileIdent()
652 sal_Char* Line = NULL; in osl_writeProfileString() local
700 Line[0] = '\0'; in osl_writeProfileString()
703 Line[0] = '['; in osl_writeProfileString()
716 free(Line); in osl_writeProfileString()
728 Line[0] = '\0'; in osl_writeProfileString()
775 if ( Line!= NULL ) in osl_writeProfileString()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c490 sal_Char Line[32]; in osl_readProfileBool() local
496 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
523 sal_Char Line[256]; in osl_readProfileIdent() local
529 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
558 sal_Char Line[4096]; in osl_writeProfileString() local
581 Line[0] = '\0'; in osl_writeProfileString()
582 addLine(pProfile, Line); in osl_writeProfileString()
584 Line[0] = '['; in osl_writeProfileString()
603 Line[0] = '\0'; in osl_writeProfileString()
604 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx536 sal_Char Line[32]; in osl_readProfileBool() local
542 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
569 sal_Char Line[256]; in osl_readProfileIdent() local
575 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
603 sal_Char Line[4096]; in osl_writeProfileString() local
626 Line[0] = '\0'; in osl_writeProfileString()
627 addLine(pProfile, Line); in osl_writeProfileString()
629 Line[0] = '['; in osl_writeProfileString()
648 Line[0] = '\0'; in osl_writeProfileString()
649 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
[all …]
/trunk/main/tools/source/generic/
H A Dline.cxx39 double Line::GetLength() const in GetLength()
46 sal_Bool Line::Intersection( const Line& rLine, Point& rIntersection ) const in Intersection()
65 sal_Bool Line::Intersection( const Line& rLine, double& rIntersectionX, double& rIntersectionY ) co… in Intersection()
118 sal_Bool Line::Intersection( const Rectangle& rRect, Line& rIntersection ) const in Intersection()
138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection()
141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection()
144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection()
147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
177 Point Line::NearestPoint( const Point& rPoint ) const in NearestPoint()
207 double Line::GetDistance( const double& rPtX, const double& rPtY ) const in GetDistance()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java37 final Line<TokenType> aLine, in IsLineInGroup()
43 final Line<TokenType> aStartLine = aGroup.GetLine(); in IsLineInGroup()
46 final Line<TokenType> aEndLine = aGroup.GetGroupEnd().GetLine(); in IsLineInGroup()
56 Line<TokenType> GetLineForY (final int nY) in GetLineForY()
80 public Line<TokenType> GetLineForOffset (final int nOffset) in GetLineForOffset()
93 public Iterable<Line<TokenType>> GetLinesForOffsets ( in GetLinesForOffsets()
97 final Vector<Line<TokenType>> aLines = new Vector<>(); in GetLinesForOffsets()
123 public Line<TokenType> GetLine (final int nIndex) in GetLine()
131 public Iterable<Line<TokenType>> GetLines () in GetLines()
139 public void AddLine (final Line<TokenType> aLine) in AddLine()
[all …]
H A DTokenView.java80 for (final Line<TokenType> aLine : aState) in paintComponent()
131 final Line<TokenType> aLine) in PaintLineHighlight()
169 final Line<TokenType> aLine) in PaintLineNumber()
198 final Line<TokenType> aLine = maLines.GetLineForY(aEvent.getY()); in mouseMoved()
210 private void UpdateHighlightedLine (final Line<TokenType> aLine) in UpdateHighlightedLine()
245 private void HighlightLine (final Line<TokenType> aLine) in HighlightLine()
318 final Line<TokenType> aLine = maLines.GetLineForOffset(nOffset); in GetRun()
335 for (final Line<TokenType> aLine : maLines.GetLinesForOffsets(nStartOffset, nEndOffset)) in GetRuns()
383 private Line<TokenType> maHighlightedLine;
H A DFormatState.java29 implements Iterable<Line<TokenType>>
33 final Vector<Line<TokenType>> aVisibleLines) in FormatState()
51 public Iterator<Line<TokenType>> iterator () in iterator()
60 private final Vector<Line<TokenType>> maVisibleLines;
H A DFormatter.java48 final Vector<Line<TokenType>> aVisibleLines = new Vector<>(); in FormatText()
49 for (final Line<TokenType> aLine : aLines.GetLines()) in FormatText()
72 final Line<TokenType> aLine = aLines.GetLine(nIndex); in FormatLines()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx910 Line[nChars+1]=UmbWdt; in FormatLine()
919 Line[nChars]=R->ChrXP; in FormatLine()
944 for (i=1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; in FormatLine()
947 for (i=1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; in FormatLine()
967 Line[i]=Line[i]+MulDiv(i-li,BoxRest,re-li+1-1); in FormatLine()
976 Line[i]=Line[i]+h; in FormatLine()
979 for (i=re+1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; // und den Rest anpassen in FormatLine()
980 Line[nChars+1]=AdjWdt; in FormatLine()
989 Line[i]=Line[i]+MulDiv(i-li,BoxRest,re-li+1-1); in FormatLine()
991 for (i=re+1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; // und den Rest anpassen in FormatLine()
[all …]
/trunk/main/tools/inc/tools/
H A Dline.hxx35 class TOOLS_DLLPUBLIC Line class
43 Line() {}; in Line() function in Line
44Line( const Point& rStartPt, const Point& rEndPt ) : maStart( rStartPt ), maEnd( rEndPt ) {} in Line() function in Line
59 …sal_Bool Intersection( const Line& rLine, double& rIntersectionX, double& rIntersection…
60 sal_Bool Intersection( const Line& rLine, Point& rIntersection ) const;
61 sal_Bool Intersection( const Rectangle& rRect, Line& rIntersection ) const;
/trunk/main/svx/source/dialog/
H A Dsdstring.src43 Text [ en-US ] = "Line Style" ;
333 Text [ en-US ] = "Line joint bevel" ;
337 Text [ en-US ] = "Line joint miter" ;
341 Text [ en-US ] = "Line joint round" ;
349 Text [ en-US ] = "Line cap round" ;
353 Text [ en-US ] = "Line cap square" ;
931 Text = "Line with Fine Dots" ;
951 Text = "Line Style 9" ;
1003 Text [ en-US ] = "Line Style 9" ;
1061 Text = "Line Arrow" ;
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.src361 QuickHelpText [ en-US ] = "First Line Indent" ;
380 Text = "Line Spacing" ;
387 Text [ en-US ] = "Line Spacing" ;
581 // ===========================================Line Space popup page==============================
595 Text = "Line Spacing" ;
608 Text [ en-US ] = "~Line Spacing:" ;
713 Text [ en-US ] = "Line spacing: Single" ;
717 Text [ en-US ] = "Line spacing: 1.15 Lines" ;
721 Text [ en-US ] = "Line spacing: 1.5 Lines" ;
725 Text [ en-US ] = "Line spacing: Double" ;
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdstr.src54 Text [ en-US ] = "Line" ;
245 Text [ en-US ] = "Freeform Line" ;
253 Text [ en-US ] = "Freeform Line" ;
1434 Text [ en-US ] = "Line length" ;
1617 Text [ en-US ] = "Line style" ;
1622 Text [ en-US ] = "Line pattern" ;
1627 Text [ en-US ] = "Line width" ;
1632 Text [ en-US ] = "Line color" ;
1637 Text [ en-US ] = "Line head" ;
1642 Text [ en-US ] = "Line end" ;
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx718 Line& rLine (maLines[nIndex]); in Paint()
727 Line& rLine (maLines[nIndex]); in Paint()
945 Line aLine (rCurrentLine.startPos, rCurrentLine.endPos); in AddLine()
1078 for (::std::vector<Line>::const_iterator in GetTextSegment()
1193 Line& rLine (maLines[nLineIndex]); in GetCharacterBounds()
1524 PresenterTextParagraph::Line::Line ( in Line() function in sdext::presenter::PresenterTextParagraph::Line
1539 sal_Int32 PresenterTextParagraph::Line::GetLength (void) const in GetLength()
1547 void PresenterTextParagraph::Line::ProvideCellBoxes (void) in ProvideCellBoxes()
1563 void PresenterTextParagraph::Line::ProvideLayoutedLine ( in ProvideLayoutedLine()
1585 bool PresenterTextParagraph::Line::IsEmpty (void) const in IsEmpty()
/trunk/main/cui/source/tabpages/
H A Dconnect.src60 Text [ en-US ] = "Line skew" ;
66 Text [ en-US ] = "Line ~1" ;
89 Text [ en-US ] = "Line ~2" ;
112 Text [ en-US ] = "Line ~3" ;
135 Text [ en-US ] = "Line spacing" ;
H A Dtabline.src42 Text [ en-US ] = "Line properties" ;
602 Text [ en-US ] = "Line style" ;
644 QuickHelpText [ en-US ] = "Load Line Styles" ;
659 QuickHelpText [ en-US ] = "Save Line Styles" ;
823 Text [ en-US ] = "Line" ;
835 Text [ en-US ] = "Line" ;
847 Text [ en-US ] = "Line Styles" ;
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls63 .Line = 0 'if not set will default to RID_STR_NOT_AVAILABLE_SHORTHAND
315 .Line = myShape.top
370 .Line = myShape.top
643 .Line = myShape.top
689 .Line = myShape.top
735 .Line = myShape.top
779 .Line = myShape.top
/trunk/main/reportdesign/source/ui/dlg/
H A Ddlgpage.src220 Text [ en-US ] = "Line" ;
233 Text [ en-US ] = "Line" ;
239 Text [ en-US ] = "Line Styles" ;
278 Text [ en-US ] = "Line" ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_ChartDataPointProperties.java68 XDiagram Line = (XDiagram) tEnv.getObjRelation("LINE"); in before() local
69 if (Line == null) throw new StatusException(Status.failed in before()
72 doc.setDiagram(Line); in before()
/trunk/main/offapi/com/sun/star/presentation/
H A DFadeEffect.idl231 /** use the fade effect 'Wavy Line from Left'.
237 /** use the fade effect 'Wavy Line from Top'.
243 /** use the fade effect 'Wavy Line from Right'.
249 /** use the fade effect 'Wavy Line from Bottom'.
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DIssueInfo.cls147 Public Property Get Line() As Long
148 Line = mLine
151 Public Property Let Line(ByVal vNewValue As Long)

Completed in 124 milliseconds

12345678910