Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A Ddbcharset.hxx148 const CharsetIterator operator++(int) { CharsetIterator hold(*this); ++*this; return hold; } in operator ++() local
153 const CharsetIterator operator--(int) { CharsetIterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/dbaccess/source/ui/inc/
H A Dcharsets.hxx130 …const ExtendedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; retu… in operator ++() local
135 …const ExtendedCharsetIterator operator--(int) { ExtendedCharsetIterator hold(*this); --*this; retu… in operator --() local
H A Ddatasourcemap.hxx238 const Iterator operator++(int) { Iterator hold(*this); ++*this; return hold; } in operator ++() local
243 const Iterator operator--(int) { Iterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/dbaccess/source/inc/
H A Ddsntypes.hxx222 const TypeIterator operator++(int) { TypeIterator hold(*this); ++*this; return hold; } in operator ++() local
227 const TypeIterator operator--(int) { TypeIterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java247 final XComponent[] hold = new XComponent[1]; in getOrderStatement() local

Completed in 30 milliseconds