Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/main/
H A Dextensions.lst30 # When the downloaded file name is not the last part of the URL (everything after the final /) then
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx353 …virtual sal_Bool SAL_CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DRowSetCache.cxx1088 sal_Bool ORowSetCache::last( ) in last() function in ORowSetCache
1090 sal_Bool bRet = m_pCacheSet->last(); in last()
1102 m_pCacheSet->last(); in last()
1141 if(m_bRowCountFinal || last()) in absolute()
1219 bRet = last(); in previous()
H A DCacheSet.cxx657 sal_Bool SAL_CALL OCacheSet::last( ) throw(SQLException, RuntimeException) in last() function in OCacheSet
661 return m_xDriverSet->last(); in last()
692 return last(); in last_checked()
H A DKeySet.cxx1245 sal_Bool SAL_CALL OKeySet::last( ) throw(SQLException, RuntimeException) in last() function in OKeySet
/trunk/main/oox/source/token/
H A Dtokens.txt2892 last
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf6605 …ed for an open random access file, it returns the number of the last record that was last read or …
22017last column in the data range, then the next to last, and so on, and finally the first column of d…
22330 helpcontent2 source\text\schart\04\01020000.xhp 0 help par_id3154702 14 0 kid 928zb7‖Select last
32507 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3149816 45 0 kid ucyk-u‖Undoes last
32509 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3150345 352 0 kid 32sg[r‖Redoes last
32511 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id8709677 0 kid wpbmqk‖Repeats last c…
32581 …ared\04\01010000.xhp 0 help par_id3148902 259 0 kid 4][iw1‖Jumps to the last entry. 20130829 …
41241 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3148725 8 0 kid w[1j3=‖Go to last s…
44994 …000.xhp 0 help par_id3151181 30 0 kid fl05v6‖Jump from the last category item to the last functi…
49500 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3151268 89 0 kid cpv4ac‖Redo last a…
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf6437 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3151268 89 0 en-ZA Redo last action…
16658 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3149816 45 0 en-ZA Undoes last actio…
16660 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3150345 352 0 en-ZA Redoes last acti…
16662 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id8709677 0 en-ZA Repeats last comman…
16732 …xt\shared\04\01010000.xhp 0 help par_id3148902 259 0 en-ZA Jumps to the last entry. 2002-02-0…
27154 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3148725 8 0 en-ZA Go to last slide …
39168 …01020000.xhp 0 help par_id3151181 30 0 en-ZA Jump from the last category item to the last functi…
41464 …ed for an open random access file, it returns the number of the last record that was last read or …
46061last column in the data range, then the next to last, and so on, and finally the first column of d…
46217 helpcontent2 source\text\schart\04\01020000.xhp 0 help par_id3154702 14 0 en-ZA Select last objec…
[all …]
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src1072 Text [ en-US ] = "Future value. The value (final value) to be attained after the last payment." ;
1344 …ded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one." ;
1408 …the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last" ;
1432 …Text [ en-US ] = "Future value. The value (end value) attained after the last payment has been mad…
1496 Text [ en-US ] = "End period. The last period to be taken into account." ;
1560 Text [ en-US ] = "The end period. The last period to be taken into account." ;
1824 …Text [ en-US ] = "End. The last period of the depreciation using the same time unit as for the use…
8840 Text [ en-US ] = "Returns the last character or characters of a text." ;
9337 Text [ en-US ] = "Returns the last character or characters of a text, with DBCS" ;
/trunk/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi41 /D=<path> : NSIS installation directory (must be the last option!) $\n \
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch2187 + int last,
3053 +xmlSecNssKeyWrapExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCtx…
3095 + if( context->material == NULL && last != 0 ) {
3116 + if( last ) {
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java610 m_resultSet.last(); in testDeleteBehavior()
664 m_resultSet.last(); in testDeleteBehavior()
743 m_resultSet.last(); in testCloneMovesPlusDeletions()
781 m_resultSet.last(); in testCloneMovesPlusDeletions()
820 m_resultSet.last(); in testCloneMovesPlusInsertions()
836 m_resultSet.last(); in testCloneMovesPlusInsertions()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java320 StringBuffer last = new StringBuffer(); in getProcesses() local
333 last.append(token); in getProcesses()
338 p.put("command", last.toString().trim()); in getProcesses()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini351 …ntains-blanks,contains-errors,not-contains-errors,,,today,tomorrow,yesterday,last-7-days,last-month
352 …20=next-month,this-week,next-week,last-week,this-month,above-average,below-average,duplicate-value…
358 shortlist=CFRULE-DATE-OPERATOR,0,today,yesterday,last-7-days,this-week,last-week,last-month,tomorro…
925 …,date-yesterday,date-next-week,date-this-week,date-last-week,date-next-month,date-this-month,date-
926 …40=date-this-quarter,date-last-quarter,date-next-year,date-this-year,date-last-year,year-to-date,d…
1102 0x0002=show-last-column
/trunk/main/idlc/source/
H A Doptions.cxx231 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions() local
232 for (; first != last; ++first) in initOptions()
251 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions()
261 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions()
299 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions()
/trunk/main/svtools/source/control/
H A Dctrlbox.src133 Text [ en-US ] = "Phonetic (alphanumeric last)" ;
184 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)" ;
189 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)" ;
/trunk/main/setup_native/scripts/
H A Dadmin.pl182 my $last = ${$includestringref};
184 while ( $last =~ /^\s*(.+?)\Q$listseparator\E(.+)\s*$/) # "$" for minimal matching
187 $last = $2;
193 push(@newarray, "$last\n");
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src2011 Text [ en-US ] = "Please specify last settings" ;
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageManagerFactory.idl64 <!-- or <code>vnd.sun.star.tdoc</code --> will last in an
H A DXExtensionManager.idl221 and the last one is from the bundled repository.
241 repository and the last is from the bundled repository.
/trunk/main/sd/source/ui/app/
H A Dstrings.src621 Text [ en-US ] = "Go to last slide" ;
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf6953 …ed for an open random access file, it returns the number of the last record that was last read or …
22140last column in the data range, then the next to last, and so on, and finally the first column of d…
22403 helpcontent2 source\text\schart\04\01020000.xhp 0 help par_id3154702 14 0 uk Select last object. …
32589 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3149816 45 0 uk Undoes last action. …
32591 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3150345 352 0 uk Redoes last action.…
32593 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id8709677 0 uk Repeats last command. …
32663 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3148902 259 0 uk Jumps to the last e…
32702 …\shared\04\01010000.xhp 0 help par_id7870113 0 uk Moves pointer to the last row 20220827 09:…
39240 helpcontent2 source\text\shared\optionen\01150100.xhp 0 help hd_id3148552 17 0 uk First and last
39947 …\"\>Specifies whether to restore the last used document view. Many view properties valid when the …
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DStrings.src592 Text [ en-US ] = "Your last input is incorrect.\nIgnore this change and close the dialog?" ;
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl128 <p>After the last element is processed the parser generates an end document
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx191 const ::rtl::OUString last( xBaseURI->getPathSegment(count - 1) ); in createBaseURI() local
192 buf.append(last); in createBaseURI()

Completed in 2977 milliseconds

12345678910>>...19