Searched refs:nFunctionType (Results 1 – 3 of 3) sorted by relevance
862 sal_Int32 nFunctionType = FKT_AGGREGATE; in saveField() local871 nFunctionType |= FKT_NUMERIC; in saveField()882 aSelEntry->SetFunctionType(nFunctionType); in saveField()2445 sal_Int32 nFunctionType = pEntry->GetFunctionType(); in SetCellContents() local2446 nFunctionType &= ~FKT_AGGREGATE; in SetCellContents()2447 pEntry->SetFunctionType(nFunctionType); in SetCellContents()2456 nFunctionType |= FKT_AGGREGATE; in SetCellContents()2457 pEntry->SetFunctionType(nFunctionType); in SetCellContents()
1633 sal_Int32 nFunctionType = FKT_AGGREGATE; in AddFunctionCondition() local1658 nFunctionType |= FKT_NUMERIC; in AddFunctionCondition()1662 aDragLeft->SetFunctionType(nFunctionType); in AddFunctionCondition()2286 sal_Int32 nFunctionType = FKT_NONE; in InstallFields() local2321 nFunctionType |= FKT_NUMERIC; in InstallFields()2344 aInfo->SetFunctionType(nFunctionType|FKT_AGGREGATE); in InstallFields()2349 aInfo->SetFunctionType(nFunctionType|FKT_OTHER); in InstallFields()
813 - sprintf(buf, "]\r\nFunctionType: %04Xh\r\n", m_nFunctionType);814 + sprintf(buf, "]\nFunctionType: %04Xh\n", m_nFunctionType);
Completed in 89 milliseconds