Home
last modified time | relevance | path

Searched defs:nField (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx79 sal_Bool ScMyOpenCloseColumnRowGroup::IsGroupStart(const sal_Int32 nField) in IsGroupStart()
114 void ScMyOpenCloseColumnRowGroup::OpenGroups(const sal_Int32 nField) in OpenGroups()
131 sal_Bool ScMyOpenCloseColumnRowGroup::IsGroupEnd(const sal_Int32 nField) in IsGroupEnd()
147 void ScMyOpenCloseColumnRowGroup::CloseGroups(const sal_Int32 nField) in CloseGroups()
H A DXMLColumnRowGroupExport.hxx33 sal_Int32 nField; member
H A DXMLStylesExportHelper.cxx1162 sal_Int32 ScColumnStyles::GetStyleNameIndex(const sal_Int32 nTable, const sal_Int32 nField, in GetStyleNameIndex()
1178 void ScColumnStyles::AddFieldStyleName(const sal_Int32 nTable, const sal_Int32 nField, in AddFieldStyleName()
1191 rtl::OUString* ScColumnStyles::GetStyleName(const sal_Int32 nTable, const sal_Int32 nField) in GetStyleName()
1220 sal_Int32 ScRowStyles::GetStyleNameIndex(const sal_Int32 nTable, const sal_Int32 nField) in GetStyleNameIndex()
1229 void ScRowStyles::AddFieldStyleName(const sal_Int32 nTable, const sal_Int32 nField, in AddFieldStyleName()
1252 size_t nField = static_cast<size_t>(nStartField); in AddFieldStyleName() local
1260 rtl::OUString* ScRowStyles::GetStyleName(const sal_Int32 nTable, const sal_Int32 nField) in GetStyleName()
H A Dxmlfilti.hxx147 sal_Int32 nField; member in ScXMLConditionContext
280 sal_Int32 nField; member in ScXMLDPConditionContext
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSetMetaData.cxx81 sal_uInt32 nField = m_aEvoabFields[nColumnNum - 1]; in getColumnType() local
102 sal_uInt32 nField = m_aEvoabFields[nColumnNum - 1]; in getColumnName() local
108 sal_uInt32 nField = m_aEvoabFields[nColumnNum - 1]; in getColumnTypeName() local
114 sal_uInt32 nField = m_aEvoabFields[nColumnNum - 1]; in getColumnLabel() local
H A DNStatement.hxx63 sal_Int32 nField; member
H A DNStatement.cxx274 guint nField = evoab::findEvoabField( sColumnName ); in orderByAnalysis() local
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx626 sal_uInt16 ScFilterDlg::GetFieldSelPos( SCCOL nField ) in GetFieldSelPos()
871 sal_uInt16 nField = pLb->GetSelectEntryPos(); in IMPL_LINK() local
914 sal_uInt16 nField = pLb->GetSelectEntryPos(); in IMPL_LINK() local
952 sal_uInt16 nField = pLb->GetSelectEntryPos(); in IMPL_LINK() local
976 sal_uInt16 nField = pLb->GetSelectEntryPos(); in IMPL_LINK() local
1117 sal_uInt16 nField = pLbField->GetSelectEntryPos(); in IMPL_LINK() local
H A Dpfiltdlg.cxx386 sal_uInt16 ScPivotFilterDlg::GetFieldSelPos( SCCOL nField ) in GetFieldSelPos()
404 sal_uInt16 nField = aFieldLbArr[i]->GetSelectEntryPos(); in GetOutputItem() local
H A Dtpsort.cxx373 void ScTabPageSortFields::DisableField( sal_uInt16 nField ) in DisableField()
388 void ScTabPageSortFields::EnableField( sal_uInt16 nField ) in EnableField()
474 sal_uInt16 ScTabPageSortFields::GetFieldSelPos( SCCOLROW nField ) in GetFieldSelPos()
H A Dtpsubt.cxx166 SCCOL nField = theSubTotalData.nField[nGroupIdx]; in DoReset() local
320 sal_uInt16 ScTpSubTotalGroup::GetFieldSelPos( SCCOL nField ) in GetFieldSelPos()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx796 long nField; in Output() local
1036 long nField; in GetMemberResultNames() local
1216 long nField = nRow - nTabStartRow - 1; // 1st line is used for the buttons in GetPositionData() local
1245 long nField = nCol - nTabStartCol; in GetPositionData() local
1761 long nField; in GetPivotData() local
1858 long nField = nCol - nDataStartCol; in GetHeaderDim() local
1867 long nField = nCol - nTabStartCol; in GetHeaderDim() local
1877 long nField = nRow - nPageStartRow; in GetHeaderDim() local
1908 long nField = nRow - nMemberStartRow; in GetHeaderDrag() local
1967 long nField = nCol - nTabStartCol; in GetHeaderDrag() local
[all …]
H A Ddpobject.cxx945 void ScDPObject::FillPageList( TypedScStrCollection& rStrings, long nField ) in FillPageList()
1443 for ( SCSIZE nField=0; nField<nFieldCount && !bHasFieldName; nField++ ) in ParseFilters() local
1477 for ( SCSIZE nField=0; nField<nFieldCount; nField++ ) in ParseFilters() local
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx101 … SCCOL nField = pDBRef->findFieldColumn(aCellStr); // TODO: must be case insensitive comparison. in lcl_createStarQuery() local
163 SCCOL nField = pDBRef->findFieldColumn(aQueryStr); in lcl_createExcelQuery() local
367 SCCOL nField = nDBCol1; in findFieldColumn() local
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx378 void ScTabPageSortFields::DisableField( USHORT nField ) in DisableField()
393 void ScTabPageSortFields::EnableField( USHORT nField ) in EnableField()
479 USHORT ScTabPageSortFields::GetFieldSelPos( SCCOLROW nField ) in GetFieldSelPos()
/trunk/main/sc/inc/
H A Dsortparam.hxx56 SCCOLROW nField[MAXSORT]; member
H A Dglobal.hxx802 SCCOLROW nField; member
840 SCCOL nField[MAXSUBTOTAL]; // zugehoeriges Feld member
/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx76 sal_uInt16 nField = pFldTyp->Which(); in OutHTML_SwField() local
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx90 long nField = pDPObj->GetHeaderDim( ScAddress( nCol-1, nRow, nTab ), nOrient ); in GetDPFieldOrientation() local
103 long nField = pDPObj->GetHeaderDim(ScAddress(nCol, nRow, nTab), nOrient); in GetDPFieldOrientation() local
183 long nField = pDPObj->GetHeaderDim( aPos, nOrient ); in DoPushButton() local
/trunk/main/cui/source/options/
H A Doptgenrl.cxx283 sal_uInt16 nField = ( (SfxUInt16Item&)rSet.Get( nWhich ) ).GetValue(); in Reset() local
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx179 for(sal_Int16 nField = 0; nField < aAssignmentNodeNames.getLength(); nField++) in BibConfig() local
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1367 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in GetFieldTypeNameAtIndex() local
1932 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in SkipField() local
1968 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in ExtendByField() local
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx312 …ldInfo(const Reference< ::com::sun::star::container::XIndexAccess > & xAllFields, sal_Int32 nField) in BuildAndInsertFieldInfo()
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1306 sal_Int16 nField, nItem; in importPTPageFields() local
1318 sal_Int16 nField, nBaseField, nBaseItem; in importPTDataField() local
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx428 long nField = 0; in lcl_GetColumnTypes() local

Completed in 167 milliseconds

12