Home
last modified time | relevance | path

Searched refs:aDummy (Results 26 – 50 of 71) sorted by relevance

123

/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx723 Sequence < beans::PropertyValue > aDummy( 0 ), aEmbDescr( 1 ); in getByName() local
739 aDummy, aEmbDescr ); in getByName()
/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx448 uno::Sequence< sal_Int32 > aDummy; in setRangeSegmentation() local
450 aRangeString, aDummy, bDummy, bDummy, bDummy ); in setRangeSegmentation()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx781 ::dbtools::SQLExceptionInfo aDummy; in paste()
784 || ( !aNameChecker.isNameValid( sTargetName, aDummy ) ); in paste()
/trunk/main/svx/source/gallery2/
H A Dgallery1.cxx149 ByteString aDummy; in operator <<() local
155 aDummy; in operator <<()
/trunk/main/svtools/source/misc/
H A Dimap.cxx1147 String aDummy; in Write() local
1158 rOStm.WriteByteString( ByteString( aDummy, eEncoding ) ); in Write()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx554 ScRangeListRef aDummy; in FuInsertChart() local
557 sal_Bool bDrawRect = pViewShell->GetChartArea( aDummy, aMarkDest, nMarkTab ); in FuInsertChart()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1477 ScRange aDummy; in FillRangeNames() local
1482 if (pData->IsValidReference(aDummy)) in FillRangeNames()
1492 if (pData->IsValidReference(aDummy)) in FillRangeNames()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx881 ScRange aDummy; in GetAreaNames() local
886 if (pData->IsValidReference(aDummy)) in GetAreaNames()
896 if (pData->IsValidReference(aDummy)) in GetAreaNames()
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx479 ScRange aDummy; in GetClipState() local
480 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetClipState()
H A Dtabvwsh4.cxx1368 ScRange aDummy; in TabKeyInput() local
1369 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy ); in TabKeyInput()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx858 ByteString aDummy( pDefWordDelim ); in AddInternal() local
859 String aDelim( aDummy, osl_getThreadTextEncoding() ); in AddInternal()
H A Ddicimp.cxx340 ByteString aDummy( aWordBuf ); in loadEntries() local
341 String aText( aDummy, eEnc ); in loadEntries()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx601 String aDummy; in Unary() local
602 SbiSymDef* pTypeDef = new SbiSymDef( aDummy ); in Unary()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1570 String aDummy; in GetSotDestination() local
1571 rSh.GetGrfAtPos( *pPt, aDummy, bLink ); in GetSotDestination()
1576 String aDummy; in GetSotDestination() local
1577 rSh.GetGrfNms( &aDummy, 0 ); in GetSotDestination()
1578 bLink = 0 != aDummy.Len(); in GetSotDestination()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1854 String aDummy; in GetState() local
1856 rSh.SearchNumRule( false, true, false, -1, aDummy ); in GetState()
1859 pRule = rSh.SearchNumRule( false, false, false, -1, aDummy ); in GetState()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx207 SvxFontItem aDummy( ATTR_FONT ); in ScDocumentPool() local
208 GetDefaultFonts( aDummy, *pCjkFont, *pCtlFont ); in ScDocumentPool()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwiz.cxx356 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in createPage() local
H A Dparamdialog.cxx256 LocalResourceAccess aDummy(DLG_PARAMETERS, RSC_MODALDIALOG);
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx1475 Point aDummy; in Select() local
1477 pFEShell->SelectObj( aDummy, nFlags, pObj ); in Select()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx774 std::list< OString > aDummy; in countFontconfigFonts() local
775 analyzeFontFile( nDirID, aBase, aDummy, aFonts ); in countFontconfigFonts()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx98 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() local
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3377 SvxFont aDummy; in Paint() local
3381 SeekCursor( pPortion->GetNode(), pPrev->GetStart(), aDummy ); in Paint()
3382 if ( aDummy.GetUnderline() != UNDERLINE_NONE ) in Paint()
3387 SeekCursor( pPortion->GetNode(), pPrev->GetEnd()+1, aDummy ); in Paint()
3388 if ( aDummy.GetUnderline() != UNDERLINE_NONE ) in Paint()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2092 XColor aBlack, aWhite, aDummy; in GetPointer() local
2095 XAllocNamedColor( pDisp_, hColormap, "black", &aBlack, &aDummy ); in GetPointer()
2096 XAllocNamedColor( pDisp_, hColormap, "white", &aWhite, &aDummy ); in GetPointer()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx586 Edit aDummy( this, SvtResId( ED_EXPLORERFILE_FILENAME ) ); in Init_Impl() local
587 _pImp->_pEdFileName->SetPosSizePixel( aDummy.GetPosPixel(), aDummy.GetSizePixel() ); in Init_Impl()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3278 char aDummy; in HandleKeyEvent() local
3394 nKeyCode = pDisplay_->GetKeyCode( nKeySym, &aDummy ); in HandleKeyEvent()
3396 nKeyCode = pDisplay_->GetKeyCode( nUnmodifiedKeySym, &aDummy ); in HandleKeyEvent()
3417 sal_uInt16 nSeqKeyCode = pDisplay_->GetKeyCode( nUnmodifiedKeySym, &aDummy ); in HandleKeyEvent()

Completed in 227 milliseconds

123