/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 374 0 1 12 AdminChangeFolder DlgLine Line 90 234 284 0 1 36 AdminWelcome DlgLine Line 0 234 326 0 1 68 CustomSetup BannerLine Line 0 44 374 0 1 75 CustomSetup DlgLine Line 90 234 284 0 1 142 FilesInUse BannerLine Line 0 44 374 0 1 146 FilesInUse DlgLine Line 90 234 284 0 1 246 OutOfSpace DlgLine Line 90 234 284 0 1 367 SetupResume DlgLine Line 0 234 374 0 1 375 SetupType BannerLine Line 0 44 374 0 1 [all …]
|
/aoo41x/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 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 …]
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 374 0 1 12 AdminChangeFolder DlgLine Line 145 234 229 0 1 36 AdminWelcome DlgLine Line 0 234 326 0 1 65 CustomSetup BannerLine Line 0 44 374 0 1 72 CustomSetup DlgLine Line 145 234 229 0 1 145 FilesInUse BannerLine Line 0 44 374 0 1 149 FilesInUse DlgLine Line 145 234 229 0 1 229 OutOfSpace BannerLine Line 0 44 374 0 1 352 SetupResume DlgLine Line 0 234 374 0 1 360 SetupType BannerLine Line 0 44 374 0 1 [all …]
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | Control.idt | 5 AdminChangeFolder BannerLine Line 0 44 374 0 1 12 AdminChangeFolder DlgLine Line 95 234 279 0 1 36 AdminWelcome DlgLine Line 0 234 326 0 1 65 CustomSetup BannerLine Line 0 44 374 0 1 72 CustomSetup DlgLine Line 95 234 279 0 1 139 FilesInUse BannerLine Line 0 44 374 0 1 143 FilesInUse DlgLine Line 95 234 279 0 1 230 OutOfSpace DlgLine Line 95 234 279 0 1 349 SetupResume DlgLine Line 0 234 374 0 1 357 SetupType BannerLine Line 0 44 374 0 1 [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 583 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 = 0; 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!= 0 ) in osl_writeProfileString() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 490 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 …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 536 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 …]
|
/aoo41x/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 …]
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 910 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 …]
|
/aoo41x/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;
|
/aoo41x/main/svx/source/dialog/ |
H A D | sdstring.src | 44 Text [ en-US ] = "Line Style" ; 343 Text [ en-US ] = "Line joint bevel"; 347 Text [ en-US ] = "Line joint miter"; 351 Text [ en-US ] = "Line joint round"; 359 Text [ en-US ] = "Line cap round"; 363 Text [ en-US ] = "Line cap square"; 941 Text = "Line with Fine Dots"; 961 Text = "Line Style 9"; 1013 Text [ en-US ] = "Line Style 9"; 1071 Text = "Line Arrow"; [all …]
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.src | 361 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 …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdstr.src | 54 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 …]
|
/aoo41x/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()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | connect.src | 59 Text [ en-US ] = "Line skew" ; 65 Text [ en-US ] = "Line ~1" ; 88 Text [ en-US ] = "Line ~2" ; 111 Text [ en-US ] = "Line ~3" ; 134 Text [ en-US ] = "Line spacing" ;
|
H A D | tabline.src | 44 Text [ en-US ] = "Line properties" ; 604 Text [ en-US ] = "Line style" ; 646 QuickHelpText [ en-US ] = "Load Line Styles" ; 662 QuickHelpText [ en-US ] = "Save Line Styles" ; 829 Text [ en-US ] = "Line" ; 841 Text [ en-US ] = "Line" ; 853 Text [ en-US ] = "Line Styles" ;
|
/aoo41x/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
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | dlgpage.src | 223 Text [ en-US ] = "Line" ; 236 Text [ en-US ] = "Line" ; 242 Text [ en-US ] = "Line Styles" ; 282 Text [ en-US ] = "Line" ;
|
/aoo41x/main/qadevOOo/tests/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()
|
H A D | _LineDiagram.java | 76 XDiagram Line = (XDiagram) tEnv.getObjRelation("LINE"); in before() local 77 if (Line == null) throw new StatusException(Status.failed in before() 81 doc.setDiagram(Line); in before()
|
/aoo41x/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)
|
H A D | CommonMigrationAnalyser.bas | 779 .Line = aShape.top 864 If myShape.Line.Style = msoLineSingle Or _ 865 myShape.Line.Style = msoLineStyleMixed Then Exit Sub 881 .Line = myShape.top 940 .Line = myShape.top 1012 .Line = myShape.top
|
/aoo41x/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'.
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | BreakType.idl | 39 /// Line break is a word break. 42 /// Line break is a result of hyphenation. 45 /// Line break - hanging punctuation recognized.
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.src | 116 Text [ en-US ] = "Line Style" ; 123 Text [ en-US ] = "Line style" ; 139 Text [ en-US ] = "Line Color" ; 146 Text [ en-US ] = "Line color" ; 322 Text [ en-US ] = "Line Style" ;
|