| /trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
| H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 376 0 1 10 AdminChangeFolder DlgLine Line 0 234 376 0 1 20 AdminNetworkLocation BannerLine Line 0 44 376 0 1 24 AdminNetworkLocation DlgLine Line 0 234 376 0 1 32 AdminWelcome DlgLine Line 0 234 376 0 1 46 CustomerInformation BannerLine Line 0 44 376 0 1 51 CustomerInformation 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 77 CustomSetupTips BannerLine Line 0 44 376 0 1 [all …]
|
| /trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
| H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 376 0 1 10 AdminChangeFolder DlgLine Line 0 234 376 0 1 20 AdminNetworkLocation BannerLine Line 0 44 376 0 1 24 AdminNetworkLocation DlgLine Line 0 234 376 0 1 32 AdminWelcome DlgLine Line 0 234 376 0 1 43 CustomerInformation BannerLine Line 0 44 376 0 1 48 CustomerInformation 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 76 CustomSetupTips BannerLine Line 0 44 376 0 1 [all …]
|
| /trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
| H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 376 0 1 10 AdminChangeFolder DlgLine Line 0 234 376 0 1 20 AdminNetworkLocation BannerLine Line 0 44 376 0 1 24 AdminNetworkLocation DlgLine Line 0 234 376 0 1 32 AdminWelcome DlgLine Line 0 234 376 0 1 43 CustomerInformation BannerLine Line 0 44 376 0 1 48 CustomerInformation 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 76 CustomSetupTips BannerLine Line 0 44 376 0 1 [all …]
|
| /trunk/main/instsetoo_native/inc_ure/windows/msi_templates/ |
| H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 374 0 1 12 AdminChangeFolder DlgLine Line 35 234 339 0 1 22 AdminNetworkLocation BannerLine Line 0 44 374 0 1 28 AdminNetworkLocation DlgLine Line 35 234 339 0 1 36 AdminWelcome DlgLine Line 0 234 326 0 1 47 CustomerInformation BannerLine Line 0 44 374 0 1 54 CustomerInformation DlgLine Line 35 234 339 0 1 65 CustomSetup BannerLine Line 0 44 374 0 1 72 CustomSetup DlgLine Line 35 234 339 0 1 84 CustomSetupTips BannerLine Line 0 44 374 0 1 [all …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | profile.c | 150 static sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 151 static sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo); 154 sal_uInt32 NoEntry, sal_uInt32 Line, 157 int Line, sal_Char* Entry, sal_uInt32 Len); 159 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… 583 sal_Char Line[32]; in osl_readProfileBool() local 584 Line[0] = '\0'; in osl_readProfileBool() 590 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool() 592 if ((strcasecmp(Line, STR_INI_BOOLYES) == 0) || in osl_readProfileBool() 593 (strcasecmp(Line, STR_INI_BOOLON) == 0) || in osl_readProfileBool() [all …]
|
| /trunk/main/sal/osl/os2/ |
| H A D | profile.c | 162 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 163 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… 166 sal_uInt32 NoEntry, sal_uInt32 Line, 169 int Line, const sal_Char* Entry, sal_uInt32 Len); 171 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… 490 sal_Char Line[32]; in osl_readProfileBool() local 496 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool() 498 if ((stricmp(Line, STR_INI_BOOLYES) == 0) || in osl_readProfileBool() 499 (stricmp(Line, STR_INI_BOOLON) == 0) || in osl_readProfileBool() 500 (stricmp(Line, STR_INI_BOOLONE) == 0)) in osl_readProfileBool() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 156 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 157 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32… 160 sal_uInt32 NoEntry, sal_uInt32 Line, 163 int Line, const sal_Char* Entry, sal_uInt32 Len); 165 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Sectio… 536 sal_Char Line[32]; in osl_readProfileBool() local 542 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool() 544 if ((stricmp(Line, STR_INI_BOOLYES) == 0) || in osl_readProfileBool() 545 (stricmp(Line, STR_INI_BOOLON) == 0) || in osl_readProfileBool() 546 (stricmp(Line, STR_INI_BOOLONE) == 0)) in osl_readProfileBool() [all …]
|
| /trunk/main/tools/source/generic/ |
| H A D | line.cxx | 39 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 D | LineContainer.java | 37 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 D | TokenView.java | 80 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 D | FormatState.java | 29 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 D | Formatter.java | 48 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 D | sgvtext.cxx | 762 short* Line, UCHAR* cLine) in ProcessChar() argument 789 Line[nChars]=R.ChrXP-KernDist; in ProcessChar() 798 short* Line, sal_uInt16& nChars, in FormatLine() argument 837 if (Border) c=ProcessChar(vOut,TBuf,*R,Atr0,nChars,DoTrenn,Line,cLine); in FormatLine() 838 else c=ProcessChar(vOut,TBuf,*R,Atr0,nChars,NoTrenn,Line,cLine); in FormatLine() 872 ct=ProcessChar(vOut,TBuf,*TRrec,Atr0,TRnChar,DoTrenn,Line,cLine); in FormatLine() 873 c=ProcessChar(vOut,TBuf,*R,Atr0,nChars,NoTrenn,Line,cLine); in FormatLine() 897 c=ProcessChar(vOut,TBuf,*WErec0,Atr0,WEnChar0,WEnChar-WEnChar0-1,Line,cLine); in FormatLine() 907 Line[i]-=(i-1)*(BoxRest) /(nChars-1); in FormatLine() 910 Line[nChars+1]=UmbWdt; in FormatLine() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | line.hxx | 35 class TOOLS_DLLPUBLIC Line class 43 Line() {}; in Line() function in Line 44 … Line( 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 D | sdstring.src | 43 Text [ en-US ] = "Line Style" ; 329 Text [ en-US ] = "Line joint averaged" ; 333 Text [ en-US ] = "Line joint bevel" ; 337 Text [ en-US ] = "Line joint miter" ; 341 Text [ en-US ] = "Line joint round" ; 345 Text [ en-US ] = "Line cap flat" ; // string as in Excel 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" ; [all …]
|
| /trunk/main/svx/source/sidebar/paragraph/ |
| H A D | ParaPropertyPanel.src | 359 QuickHelpText [ en-US ] = "First Line Indent" ; 378 Text = "Line Spacing" ; 385 Text [ en-US ] = "Line Spacing" ; 579 // ===========================================Line Space popup page============================== 593 Text = "Line Spacing" ; 606 Text [ en-US ] = "~Line Spacing:" ; 711 Text [ en-US ] = "Line spacing: Single" ; 715 Text [ en-US ] = "Line spacing: 1.15 Lines" ; 719 Text [ en-US ] = "Line spacing: 1.5 Lines" ; 723 Text [ en-US ] = "Line spacing: Double" ; [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdstr.src | 52 Text [ en-US ] = "Line" ; 243 Text [ en-US ] = "Freeform Line" ; 251 Text [ en-US ] = "Freeform Line" ; 1296 Text [ en-US ] = "Line Connector" ; 1432 Text [ en-US ] = "Line length" ; 1615 Text [ en-US ] = "Line style" ; 1620 Text [ en-US ] = "Line pattern" ; 1625 Text [ en-US ] = "Line width" ; 1630 Text [ en-US ] = "Line color" ; 1635 Text [ en-US ] = "Line head" ; [all …]
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterTextView.cxx | 718 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 D | connect.src | 58 Text [ en-US ] = "Line skew" ; 64 Text [ en-US ] = "Line ~1" ; 87 Text [ en-US ] = "Line ~2" ; 110 Text [ en-US ] = "Line ~3" ; 133 Text [ en-US ] = "Line spacing" ;
|
| H A D | tabline.src | 42 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 D | MigrationAnalyser.cls | 63 .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 D | dlgpage.src | 220 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.java | 68 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 D | FadeEffect.idl | 231 /** 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 D | IssueInfo.cls | 147 Public Property Get Line() As Long 148 Line = mLine 151 Public Property Let Line(ByVal vNewValue As Long)
|