Home
last modified time | relevance | path

Searched refs:line (Results 251 – 275 of 665) sorted by relevance

1...<<11121314151617181920>>...27

/aoo42x/main/scripting/java/org/openoffice/netbeans/editor/
H A DNetBeansSourceView.java128 public void scrollToLine(int line) in scrollToLine() argument
135 pos = Utilities.getRowStartFromLineOffset(doc, line); in scrollToLine()
/aoo42x/main/cui/source/tabpages/
H A Dtransfrm.src296 < "Top of line" ; > ;
297 < "Center of line" ; > ;
298 < "Bottom of line" ; > ;
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src124 // row1 | multi line edit
132 // row5 |fixed line
138 // To change the overall size of the multi line edit change
/aoo42x/main/solenv/bin/modules/installer/
H A Dconverter.pm40 my $line = ${$arrayref}[$i];
42 if ( $line =~ /^\s*([\w-]+?)\s+(.*?)\s*$/ )
/aoo42x/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java77 public void setProperties( String line ){ in setProperties() argument
79 String[] splitted = line.split("\t"); in setProperties()
/aoo42x/main/l10ntools/scripts/tool/
H A Dxhtex.py121 return ''.join([str(line)+"\n" for line in sdf_data])
H A Dl10ntool.py202 lines = [line.strip('\n') for line in f.readlines()]
/aoo42x/main/offapi/com/sun/star/text/
H A DControlCharacter.idl49 /** This control character starts a new line in a paragraph.
66 must be split at the end of a line, then this position
/aoo42x/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.hrc73 //line style page
77 //line border page
/aoo42x/main/solenv/bin/modules/par2script/
H A Dwork.pm156 my $line = ${$parfilecontent}[$i];
158 if ( $line =~ /^\s*$oneitem\s+(\w+)\s*$/ )
/aoo42x/main/setup_native/source/ulfconv/
H A Dulfconv.cxx328 std::string line = buffer; in main() local
329 std::string lang(line, 0, n); in main()
/aoo42x/main/offapi/com/sun/star/resource/
H A DStringResourceWithStorage.idl69 Comment stored first in each properties file followed by a line
70 feed character. The line feed character is added automatically
H A DStringResourceWithLocation.idl69 Comment stored first in each properties file followed by a line
70 feed character. The line feed character is added automatically
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java77 int line = ta.getLineStartOffset(model.getCurrentPosition()); in update() local
78 Rectangle rect = ta.modelToView(line); in update()
/aoo42x/main/offapi/com/sun/star/awt/
H A DXScrollBar.idl93 /** sets the increment for a single line move.
99 /** returns the currently set increment for a single line move.
H A DUnoControlFixedHyperlinkModel.idl142 /** specifies that the text may be displayed on more than one line.
160 /** specifies the text line color (RGB) of the control.
H A DUnoControlFixedTextModel.idl142 /** specifies that the text may be displayed on more than one line.
160 /** specifies the text line color (RGB) of the control.
/aoo42x/main/offapi/com/sun/star/chart/
H A DChartDataRowProperties.idl90 /** holds the properties of the regression line, if such one is
110 /** holds the properties of the average line, if such one is
/aoo42x/main/odk/docs/
H A Dsdk_styles.css109 .line { width: 100%;
142 …ft:20px; padding-top:3px; padding-bottom:5px; text-align:left; font-size: 12px; line-height:10pt; }
/aoo42x/main/rsc/source/rscpp/
H A Dcpp.h189 int line; /* for include or macro */ member
251 extern int line; /* Current line number */
/aoo42x/main/sw/source/ui/config/
H A Doptcomp.src117 Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing" ;
137 Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs" ;
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl179 /** Draw a line in device resolution width (i.e. one device pixel
183 The start point of the line to draw.
186 The end point of the line to draw.
189 The viewstate to be used when drawing this line.
192 The renderstate to be used when drawing this line.
227 /** Draw a poly-polygon in device resolution line width (i.e. the
/aoo42x/main/i18npool/source/breakiterator/data/
H A DLICENSE_INFO15 - line.txt
23 - line.txt
H A Dline.txt4 # file: line.txt
7 # Implement default line breaking as defined by Unicode Standard Annex #14 version 5.0.0
23 # and only used for the line break rules.
201 # LB 6 Do not break before hard line breaks.
/aoo42x/main/solenv/bin/modules/installer/windows/
H A Dfeature.pm485 my $line = join("\t",
495 push(@feature_table, $line);

Completed in 194 milliseconds

1...<<11121314151617181920>>...27