Home
last modified time | relevance | path

Searched refs:nDummy (Results 51 – 74 of 74) sorted by relevance

123

/aoo42x/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx152 sal_uInt16 nDummy = 0; in RenameDBRange() local
154 !pDocColl->SearchName( rNew, nDummy ) ) in RenameDBRange()
H A Ddocsh4.cxx226 sal_uInt16 nDummy; in Execute() local
227 if ( !pDBColl || !pDBColl->SearchName( sTarget, nDummy ) ) in Execute()
/aoo42x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1525 sal_uInt16 nDummy; in ReadOrder() local
1528 *pOS2MET >> nDummy in ReadOrder()
1531 if ( ! ( nDummy & 0x20 ) ) // #30933# i do not know the exact meaning of this bit, in ReadOrder()
/aoo42x/main/sc/source/core/data/
H A Dtable4.cxx409 sal_Int32 nDummy; in FillAnalyse() local
410 lcl_DecompValueString( aStr, nDummy, &rMinDigits ); in FillAnalyse()
H A Ddrwlayer.cxx1830 SCTAB nDummy; in GetNewGraphicName() local
1837 bThere = ( GetNamedObject( aGraphicName, 0, nDummy ) != NULL ); in GetNewGraphicName()
H A Ddocument.cxx278 SCTAB nDummy; in CreateValidTabName() local
288 bOk = !GetTable( rName, nDummy ); in CreateValidTabName()
/aoo42x/main/xmloff/source/text/
H A Dtxtparai.cxx2010 sal_Int32 nDummy = 0; in XMLParaContext() local
2011 sStyleName = sClassNames.getToken( 0, ' ', nDummy ); in XMLParaContext()
H A Dtxtflde.cxx1373 sal_Int32 nDummy = 0; // MapPageNumberName need int in ExportFieldHelper() local
1374 ProcessString(XML_SELECT_PAGE, MapPageNumberName(rPropSet, nDummy)); in ExportFieldHelper()
/aoo42x/main/sw/source/core/doc/
H A Ddocredln.cxx141 sal_uInt16 nDummy = 0; in lcl_DebugRedline() local
145 ++nDummy; in lcl_DebugRedline()
147 ++nDummy; // Possible debugger breakpoint in lcl_DebugRedline()
/aoo42x/main/sc/source/ui/view/
H A Dviewfunc.cxx2953 SCTAB nDummy; in GetCreateNameFlags() local
2954 …if (GetViewData()->GetSimpleArea(nStartCol,nStartRow,nDummy,nEndCol,nEndRow,nDummy) == SC_MARK_SIM… in GetCreateNameFlags()
H A Dgridwin4.cxx1373 long nDummy; in GetListValButtonRect() local
1374 pViewData->GetMergeSizePixel( nCol, nRow, nCellSizeX, nDummy ); in GetListValButtonRect()
H A Ddbfunc3.cxx2248 SCTAB nDummy; in RepeatDB() local
2253 pDBData->GetArea( nDummy, nStartCol, nStartRow, nEndCol, nEndRow ); in RepeatDB()
H A Dviewdata.cxx2194 SCROW nDummy = 0; in CalcPPT() local
2195 pDoc->GetTableArea( nTabNo, nEndCol, nDummy ); in CalcPPT()
H A Dgridwin.cxx2131 sal_uInt16 nDummy; in MouseButtonUp() local
2132 if ( pView->HasSelectionForDrillDown( nDummy ) ) in MouseButtonUp()
/aoo42x/main/sc/source/ui/undo/
H A Dundodat.cxx1438 SCTAB nDummy; in Repeat() local
1441 pDBData->GetArea( nDummy, aNewParam.nCol1,aNewParam.nRow1, aNewParam.nCol2,aNewParam.nRow2 ); in Repeat()
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1265 xub_StrLen nDummy = 1; in _AutoSpell() local
1266 … if ( !pNode->GetSmartTags() || !pNode->GetSmartTags()->InWrongWord( nSmartTagStt, nDummy ) ) in _AutoSpell()
/aoo42x/main/svtools/source/contnr/
H A Dsvtreebx.cxx2213 sal_uInt16 nDummy; in GetFirstDynamicTab() local
2214 return GetFirstDynamicTab( nDummy ); in GetFirstDynamicTab()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx2413 sal_uInt32 nDummy; in CreateShadowProperties() local
2414 …l bGraphic = GetOpt( DFF_Prop_pib, nDummy ) || GetOpt( DFF_Prop_pibName, nDummy ) || GetOpt( DFF_P… in CreateShadowProperties()
H A Dmsdffimp.cxx5846 sal_uInt32 nDummy, nMerk = rStCtrl.Tell(); in GetFidclData() local
5858 >> nDummy in GetFidclData()
7456 sal_uInt32 nLen, nDummy; in CreateSdrOLEFromStorage() local
7457 *pDataStrm >> nLen >> nDummy; in CreateSdrOLEFromStorage()
7461 0x30008 != nDummy ) in CreateSdrOLEFromStorage()
/aoo42x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2072 for( int i = mnItemCount, nDummy; --i >= 0; ++pVI ) local
2073 if( GetItemSubrange( *pVI, nStart, nDummy ) )
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1276 sal_uInt16 nDummy; in SaveModified() local
1277 CheckFreeColumns(nDummy); in SaveModified()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2597 SCTAB nDummy; in insertByName() local
2598 if ( pDoc->GetTable( aNamStr, nDummy ) ) in insertByName()
H A Dcellsuno.cxx8991 SCCOL nDummy; in GetOnePropertyValue() local
8992 bool bHidden = pDoc->ColHidden(nCol, nTab, nDummy); in GetOnePropertyValue()
9147 SCROW nDummy; in GetOnePropertyValue() local
9148 bool bHidden = pDoc->RowHidden(nRow, nTab, nDummy); in GetOnePropertyValue()
/aoo42x/main/sw/source/filter/html/
H A Dhtmltab.cxx2791 sal_uInt16 nWidth2, nDummy; in MakeTable() local
2792 pLayoutInfo->GetAvail( nCol, nColSpan, nWidth2, nDummy ); in MakeTable()

Completed in 379 milliseconds

123