Home
last modified time | relevance | path

Searched refs:TBoolPair (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/
H A Ddbtools.hxx776 typedef ::std::pair<sal_Bool,sal_Bool> TBoolPair; typedef
777 typedef ::std::pair< TBoolPair,sal_Int32 > ColumnInformation;
/AOO41X/main/connectivity/source/commontools/
H A Ddbtools2.cxx794 …ColumnInformation(TBoolPair(xMeta->isAutoIncrement(i),xMeta->isCurrency(i)),xMeta->getColumnType(i… in collectColumnInformation()