Home
last modified time | relevance | path

Searched refs:aDummy (Results 1 – 25 of 71) sorted by path

123

/trunk/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx436 const StringVector aDummy; in Get_SignatureText() local
440 : aDummy.begin(); in Get_SignatureText()
444 : aDummy.end(); in Get_SignatureText()
/trunk/main/automation/source/app/
H A Dtestbasi.cxx146 SbxVariableRef aDummy = new SbxVariable; in ReportRuntimeError() local
147 aDummy->SetUserData( 24 ); // ID_MaybeAddErr in ReportRuntimeError()
148 …Obj*)pTestObject)->Notify( pTestObject->GetBroadcaster(), SbxHint( SBX_HINT_DATAWANTED, aDummy ) ); in ReportRuntimeError()
149 aDummy->SetUserData( 18 ); // ID_ExceptLog in ReportRuntimeError()
150 …Obj*)pTestObject)->Notify( pTestObject->GetBroadcaster(), SbxHint( SBX_HINT_DATAWANTED, aDummy ) ); in ReportRuntimeError()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx924 String aDummy; in ParagraphInsertedDeleted() local
925 aHighlighter.notifyChange( nPara, bInserted ? 1 : (-1), &aDummy, 1 ); in ParagraphInsertedDeleted()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx601 String aDummy; in Unary() local
602 SbiSymDef* pTypeDef = new SbiSymDef( aDummy ); in Unary()
/trunk/main/bridges/test/
H A Dtestcomp.cxx152 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() local
/trunk/main/canvas/source/tools/
H A Dpropertysethelper.cxx108 Callbacks aDummy; in isPropertyName() local
110 aDummy ); in isPropertyName()
/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/comphelper/source/misc/
H A Dtypes.cxx218 sal_Bool aDummy; in compare_impl() local
236 float aDummy; in compare_impl() local
242 double aDummy; in compare_impl() local
248 sal_Int8 aDummy; in compare_impl() local
254 sal_Int16 aDummy; in compare_impl() local
267 sal_Int32 aDummy; in compare_impl() local
273 sal_uInt16 aDummy; in compare_impl() local
279 sal_uInt32 aDummy; in compare_impl() local
304 Date aDummy; in compare_impl() local
310 Time aDummy; in compare_impl() local
[all …]
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2228 _rValue >>= aDummy; in fill()
2241 float aDummy(0.0); in fill() local
2242 _rValue >>= aDummy; in fill()
2243 (*this) = aDummy; in fill()
2248 double aDummy(0.0); in fill() local
2249 _rValue >>= aDummy; in fill()
2250 (*this) = aDummy; in fill()
2255 sal_Int8 aDummy(0); in fill() local
2257 (*this) = aDummy; in fill()
2264 (*this) = aDummy; in fill()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx781 ::dbtools::SQLExceptionInfo aDummy; in paste()
784 || ( !aNameChecker.isNameValid( sTargetName, aDummy ) ); in paste()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx125 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in addDetailPage() local
197 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in impl_selectDataSource() local
246 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in impl_resetPages() local
H A Ddbwiz.cxx356 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in createPage() local
H A Ddbwizsetup.cxx359 LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG); in getStateDisplayName() local
H A Dparamdialog.cxx256 LocalResourceAccess aDummy(DLG_PARAMETERS, RSC_MODALDIALOG);
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx430 ::rtl::OUString aDummy; in EnableOfficeIPCThread()
441 aDummy = aUserInstallPath; in EnableOfficeIPCThread()
486 aUserInstallPathHashCode = CreateMD5FromString( aDummy ); in EnableOfficeIPCThread()
560 rtl_getAppCommandArg( i, &aDummy.pData ); in EnableOfficeIPCThread()
561 if( aDummy.indexOf('-',0) != 0 ) in EnableOfficeIPCThread()
565 if (!addArgument(&aArguments, ',', aDummy)) { in EnableOfficeIPCThread()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx356 static PropertyHolder aDummy; in Current() local
358 return maPropertyHolders.empty() ? aDummy : *maPropertyHolders.back(); in Current()
/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/extensions/source/propctrlr/
H A Dpropertycomposer.hxx129 ::com::sun::star::beans::Property aDummy; aDummy.Name = _rPropertyName; in impl_isSupportedProperty_nothrow()
130 return m_aSupportedProperties.find( aDummy ) != m_aSupportedProperties.end(); in impl_isSupportedProperty_nothrow()
/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/linguistic/source/
H A Ddicimp.cxx340 ByteString aDummy( aWordBuf ); in loadEntries() local
341 String aText( aDummy, eEnc ); in loadEntries()
H A Ddlistimp.cxx858 ByteString aDummy( pDefWordDelim ); in AddInternal() local
859 String aDelim( aDummy, osl_getThreadTextEncoding() ); in AddInternal()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx293 Point aDummy; in impl_moveCondition_nothrow() local
294 impl_layoutConditions( aDummy ); in impl_moveCondition_nothrow()
314 Point aDummy; variable
315 impl_layoutConditions( aDummy );
/trunk/main/sal/test/
H A Dtestbootstrap.cxx84 OUString aDummy; in main() local
85 useDefault = bootstrap.getFrom(OUString(RTL_CONSTASCII_USTRINGPARAM("USEDEFAULT")), aDummy); in main()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx207 SvxFontItem aDummy( ATTR_FONT ); in ScDocumentPool() local
208 GetDefaultFonts( aDummy, *pCjkFont, *pCtlFont ); in ScDocumentPool()
H A Ddocument.cxx3514 static ScBitMaskCompressedArray< SCROW, sal_uInt8> aDummy( MAXROW, 0); in GetRowFlagsArray() local
3515 pFlags = &aDummy; in GetRowFlagsArray()

Completed in 170 milliseconds

123