Home
last modified time | relevance | path

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

123456789

/AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 374 0 1
12 AdminChangeFolder DlgLine Line 90 234 284 0 1
22 AdminNetworkLocation BannerLine Line 0 44 374 0 1
28 AdminNetworkLocation DlgLine Line 90 234 284 0 1
36 AdminWelcome DlgLine Line 0 234 326 0 1
50 CustomerInformation BannerLine Line 0 44 374 0 1
57 CustomerInformation DlgLine Line 90 234 284 0 1
68 CustomSetup BannerLine Line 0 44 374 0 1
75 CustomSetup DlgLine Line 90 234 284 0 1
87 CustomSetupTips BannerLine Line 0 44 374 0 1
[all …]
/AOO41X/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
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 …]
/AOO41X/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 374 0 1
12 AdminChangeFolder DlgLine Line 95 234 279 0 1
22 AdminNetworkLocation BannerLine Line 0 44 374 0 1
28 AdminNetworkLocation DlgLine Line 95 234 279 0 1
36 AdminWelcome DlgLine Line 0 234 326 0 1
47 CustomerInformation BannerLine Line 0 44 374 0 1
54 CustomerInformation DlgLine Line 95 234 279 0 1
65 CustomSetup BannerLine Line 0 44 374 0 1
72 CustomSetup DlgLine Line 95 234 279 0 1
84 CustomSetupTips BannerLine Line 0 44 374 0 1
[all …]
/AOO41X/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DControl.idt5 AdminChangeFolder BannerLine Line 0 44 374 0 1
12 AdminChangeFolder DlgLine Line 145 234 229 0 1
22 AdminNetworkLocation BannerLine Line 0 44 374 0 1
28 AdminNetworkLocation DlgLine Line 145 234 229 0 1
36 AdminWelcome DlgLine Line 0 234 326 0 1
47 CustomerInformation BannerLine Line 0 44 374 0 1
54 CustomerInformation DlgLine Line 145 234 229 0 1
65 CustomSetup BannerLine Line 0 44 374 0 1
72 CustomSetup DlgLine Line 145 234 229 0 1
84 CustomSetupTips BannerLine Line 0 44 374 0 1
[all …]
/AOO41X/main/sal/osl/unx/
H A Dprofile.c150 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 …]
/AOO41X/main/sal/osl/os2/
H A Dprofile.c162 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 …]
/AOO41X/main/sal/osl/w32/
H A Dprofile.cxx156 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 …]
/AOO41X/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 …]
/AOO41X/main/svtools/source/filter/
H A Dsgvtext.cxx762 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 …]
/AOO41X/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;
/AOO41X/main/svx/source/dialog/
H A Dsdstring.src44 Text [ en-US ] = "Line Style" ;
339 Text [ en-US ] = "Line joint averaged";
343 Text [ en-US ] = "Line joint bevel";
347 Text [ en-US ] = "Line joint miter";
351 Text [ en-US ] = "Line joint round";
355 Text [ en-US ] = "Line cap flat"; // string as in Excel
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";
[all …]
/AOO41X/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 …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdstr.src54 Text [ en-US ] = "Line" ;
245 Text [ en-US ] = "Freeform Line" ;
253 Text [ en-US ] = "Freeform Line" ;
1298 Text [ en-US ] = "Line Connector" ;
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" ;
[all …]
/AOO41X/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()
/AOO41X/main/cui/source/tabpages/
H A Dconnect.src59 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 Dtabline.src44 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 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
/AOO41X/main/reportdesign/source/ui/dlg/
H A Ddlgpage.src223 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.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()
H A D_LineDiagram.java76 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 DIssueInfo.cls147 Public Property Get Line() As Long
148 Line = mLine
151 Public Property Let Line(ByVal vNewValue As Long)
H A DCommonMigrationAnalyser.bas779 .Line = aShape.top label
864 If myShape.Line.Style = msoLineSingle Or _
865 myShape.Line.Style = msoLineStyleMixed Then Exit Sub
881 .Line = myShape.top label
940 .Line = myShape.top label
1012 .Line = myShape.top label
/AOO41X/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'.
/AOO41X/main/offapi/com/sun/star/i18n/
H A DBreakType.idl39 /// 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 DCellAppearancePropertyPanel.src116 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" ;

123456789