Home
last modified time | relevance | path

Searched refs:nFunctionType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx862 sal_Int32 nFunctionType = FKT_AGGREGATE; in saveField() local
871 nFunctionType |= FKT_NUMERIC; in saveField()
882 aSelEntry->SetFunctionType(nFunctionType); in saveField()
2445 sal_Int32 nFunctionType = pEntry->GetFunctionType(); in SetCellContents() local
2446 nFunctionType &= ~FKT_AGGREGATE; in SetCellContents()
2447 pEntry->SetFunctionType(nFunctionType); in SetCellContents()
2456 nFunctionType |= FKT_AGGREGATE; in SetCellContents()
2457 pEntry->SetFunctionType(nFunctionType); in SetCellContents()
H A DQueryDesignView.cxx1633 sal_Int32 nFunctionType = FKT_AGGREGATE; in AddFunctionCondition() local
1658 nFunctionType |= FKT_NUMERIC; in AddFunctionCondition()
1662 aDragLeft->SetFunctionType(nFunctionType); in AddFunctionCondition()
2286 sal_Int32 nFunctionType = FKT_NONE; in InstallFields() local
2321 nFunctionType |= FKT_NUMERIC; in InstallFields()
2344 aInfo->SetFunctionType(nFunctionType|FKT_AGGREGATE); in InstallFields()
2349 aInfo->SetFunctionType(nFunctionType|FKT_OTHER); in InstallFields()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch813 - sprintf(buf, "]\r\nFunctionType: %04Xh\r\n", m_nFunctionType);
814 + sprintf(buf, "]\nFunctionType: %04Xh\n", m_nFunctionType);

Completed in 54 milliseconds