Home
last modified time | relevance | path

Searched refs:csv (Results 1 – 25 of 358) sorted by last modified time

12345678910>>...15

/trunk/main/
H A Drat-excludes733 # csv files do not allow for comments, thus do not allow for ALv2 header
737 **/*.csv
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf4105 …ZARD_TEXT_RB_ACCESSCSVFILES 0 kid 0b1ww[‖'Comma separated value' files (*.csv) 20130829 23:02:…
5518 filter source\config\fragments\filters\Text___txt___csv__StarCalc__ui.xcu 0 value Text - txt - csv
20037csv files;formulas\</bookmark_value\> \<bookmark_value\>formulas; importing/exporting as csv
20042 …SV". Select the file and click \<emph\>Open\</emph\>. When a file has the .csv extension, the file…
20046 …p 0 help par_id3150342 4 0 kid 6naqyy‖Click the sheet to be written as a csv file. 20130829 2…
20768csv files;importing and exporting\</bookmark_value\>\<bookmark_value\>tables; importing/exporting …
20775 …uide\csv_files.xhp 0 help par_idN108A2 0 kid g-roq3‖If the file has a *.csv extension, select t…
35065 …t.xhp 0 help par_idN10643 0 kid jq4[zs‖'Comma separated value' files (*.csv) 20130829 23:02:…
35066 …xhp 0 help par_idN10647 0 kid 1cap98‖\<ahelp hid=\".\"\>Click to access csv files.\</ahelp\> …
68877 …REATEADDRESSLIST ST_FILTERNAME 50 kid ud8b[s‖%PRODUCTNAME Address List (.csv) 20130829 23:02:…
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf24594 …02text.xhp 0 help par_idN10643 0 en-ZA 'Comma separated value' files (*.csv) 2002-02-02 02:0…
24595 …text.xhp 0 help par_idN10647 0 en-ZA \<ahelp hid=\".\"\>Click to access csv files.\</ahelp\> …
36907csv files;formulae\</bookmark_value\> \<bookmark_value\>formulae; importing/exporting as csv
36912 …SV". Select the file and click \<emph\>Open\</emph\>. When a file has the .csv extension, the file…
36916 …la.xhp 0 help par_id3150342 4 0 en-ZA Click the sheet to be written as a csv file. 2002-02-02…
36990csv files;importing and exporting\</bookmark_value\>\<bookmark_value\>tables; importing/exporting …
36997 …alc\guide\csv_files.xhp 0 help par_idN108A2 0 en-ZA If the file has a *.csv extension, select t…
53385 filter source\config\fragments\filters\Text___txt___csv__StarCalc__ui.xcu 0 value Text - txt - csv
54296 …_MM_CREATEADDRESSLIST ST_FILTERNAME 50 en-ZA %PRODUCTNAME Address List (.csv) 2002-02-02 02:0…
54500 sw source\ui\dbui\dbui.src 0 string STR_FILTER_CSV 118 en-ZA Text Comma Separated (*.csv) 200…
[all …]
/trunk/main/autodoc/source/cosv/storage/
H A Dplocroot.cxx33 namespace csv namespace
H A Dploc.cxx33 namespace csv namespace
H A Dploc_dir.cxx31 namespace csv namespace
137 namespace csv namespace
233 namespace csv namespace
339 #error For using csv::ploc there has to be defined: WNT or UNX.
343 namespace csv namespace
H A Dfile.cxx30 namespace csv namespace
H A Dmbstream.cxx31 namespace csv namespace
H A Dpersist.cxx35 namespace csv namespace
62 namespace csv namespace
78 #error For using csv::ploc there has to be defined: WNT or UNX.
81 namespace csv namespace
H A Ddirchain.cxx33 namespace csv namespace
/trunk/main/autodoc/source/cosv/strings/
H A Dstr_types.cxx29 namespace csv namespace
H A Dstreamstr.cxx38 namespace csv namespace
75 nCapacity1 = csv::max(nLength, i_nCapacity) + 1; in StreamStr()
124 StreamStr::StreamStr(csv::bstream & i_source) in StreamStr()
132 i_source.seek(0, csv::end); in StreamStr()
389 case ::csv::beg: nNewPos = i_nCount; in seekp()
391 case ::csv::cur: nNewPos += i_nCount; in seekp()
393 case ::csv::end: nNewPos = nLength + i_nCount; in seekp()
511 size_type nLength = csv::min<size_type>(i_nLength, strlen(i_sText)); in operator_add_substr()
552 i_src.seek(-1,::csv::cur); in operator_read_line()
896 nCapacity1 = csv::max( nNewSize, size_type(i_nMinimumCapacity + 1) ); in Resize()
H A Dstring.cxx34 namespace csv namespace
304 csv::str::position i_nStartPosition1, in compare()
306 csv::str::size i_nLength ) in compare()
310 if ( i_nLength != csv::str::maxsize ) in compare()
322 csv::str::position i_nStartPosition2, in compare()
323 csv::str::size i_nLength ) in compare()
327 if ( i_nLength != csv::str::maxsize ) in compare()
353 csv::str::size i_nLength ) in compare()
357 if ( i_nLength != csv::str::maxsize ) in compare()
373 csv::str::size i_nLength ) in compare()
[all …]
/trunk/main/autodoc/source/cosv/unittest/
H A Dut.hxx43 CUT_DECL( csv, File );
44 CUT_DECL( csv, String );
H A Dfile_ut.cxx30 using csv::File;
47 csv::File aFile( "bigfile.txt", csv::CFM_RW, 0 ); in classtest_File()
48 csv::File & rFile = aFile; in classtest_File()
H A Dstring_ut.cxx30 using csv::SimpleString;
45 classtest_String( csv::SimpleString & rSimpleString ) in classtest_String()
/trunk/main/autodoc/source/udm/inc/
H A Dprecomp.h39 using csv::String;
40 using csv::StringVector;
41 using csv::StreamStr;
42 using csv::c_str;
43 typedef csv::StreamStrLock StreamLock;
54 inline csv::F_FLUSHING_FUNC
55 Endl() { return csv::Endl; } in Endl()
56 inline csv::F_FLUSHING_FUNC
57 Flush() { return csv::Flush; } in Flush()
/trunk/main/autodoc/source/udm/unittest/
H A Dtest.cxx47 csv::String sClassName;
54 csv::String sFunctionName;
64 csv::String sName;
80 csv::String s; in fx()
88 xs = csv::String("Haha"); in fx()
92 csv::String s2 = xs; in fx()
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx86 csv::bostream & io_aFile ) const;
118 Attribute::WriteOut( csv::bostream & io_aFile ) const in WriteOut()
141 Element::do_WriteOut( csv::bostream & io_aFile ) const in do_WriteOut()
499 Text::do_WriteOut( csv::bostream & io_aFile ) const in do_WriteOut()
552 XmlCode::do_WriteOut( csv::bostream & io_aFile ) const in do_WriteOut()
569 MultiItem::do_WriteOut( csv::bostream & io_aFile ) const in do_WriteOut()
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx34 namespace csv namespace
H A Dcommandline.cxx31 namespace csv namespace
H A Dcsv_ostream.cxx35 namespace csv namespace
71 pData->seekp(i_nOffset, csv::seek_dir(int(i_eStart)) ); in seekp()
H A Ddatetime.cxx32 namespace csv namespace
H A Dstd_outp.cxx31 namespace csv namespace
H A Dcomdline.cxx30 namespace csv namespace

Completed in 2074 milliseconds

12345678910>>...15