Home
last modified time | relevance | path

Searched refs:aEmpty (Results 26 – 50 of 139) sorted by relevance

123456

/trunk/main/toolkit/workben/layout/
H A Dtest.cxx142 OUString aEmpty; in InitUCB() local
149 aArgs[3] <<= aEmpty; in InitUCB()
151 aArgs[5] <<= aEmpty; in InitUCB()
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx209 rtl::OUString aEmpty; in Trace() local
210 mxLogger->logp( 0, aEmpty, aEmpty, rMessage ); in Trace()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx921 String aEmpty; in ShowDateFields() local
935 aTfDate.SetText(aEmpty); in ShowDateFields()
941 aTfDate.SetText(aEmpty); in ShowDateFields()
972 String aEmpty; in EnableDateLine2() local
984 aDfDate2.SetText(aEmpty); in EnableDateLine2()
986 aTfDate2.SetText(aEmpty); in EnableDateLine2()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx352 Link aEmpty; in Destroy() local
353 m_pToolBar->SetSelectHdl( aEmpty ); in Destroy()
354 m_pToolBar->SetActivateHdl( aEmpty ); in Destroy()
355 m_pToolBar->SetDeactivateHdl( aEmpty ); in Destroy()
356 m_pToolBar->SetClickHdl( aEmpty ); in Destroy()
357 m_pToolBar->SetDropdownClickHdl( aEmpty ); in Destroy()
358 m_pToolBar->SetDoubleClickHdl( aEmpty ); in Destroy()
359 m_pToolBar->SetStateChangedHdl( aEmpty ); in Destroy()
360 m_pToolBar->SetDataChangedHdl( aEmpty ); in Destroy()
/trunk/main/basic/source/classes/
H A Dsb.cxx401 String aEmpty; in Create() local
407 return new SbModule( aEmpty ); in Create()
409 return new SbProperty( aEmpty, SbxVARIANT, NULL ); in Create()
411 return new SbMethod( aEmpty, SbxVARIANT, NULL ); in Create()
413 return new SbJScriptModule( aEmpty ); in Create()
415 return new SbJScriptMethod( aEmpty, SbxVARIANT, NULL ); in Create()
428 String aEmpty; in CreateObject() local
429 return new SbModule( aEmpty ); in CreateObject()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx510 const String aEmpty; in BegUndo() local
511 mpImpl->mpUndoManager->EnterListAction(aEmpty,aEmpty); in BegUndo()
532 const String aEmpty; in BegUndo() local
533 mpImpl->mpUndoManager->EnterListAction( rComment, aEmpty ); in BegUndo()
556 const String aEmpty; in BegUndo() local
557 mpImpl->mpUndoManager->EnterListAction( aComment,aEmpty ); in BegUndo()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx165 const String aEmpty; in lcl_InsertGraphic() local
171 bAsLink ? rFileName : aEmpty, in lcl_InsertGraphic()
172 bAsLink ? rFilterName : aEmpty); in lcl_InsertGraphic()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx490 OLEVariant aEmpty; in absolute() local
491 aEmpty.setNoArg(); in absolute()
492 sal_Bool bRet = SUCCEEDED(m_pRecordSet->Move(row,aEmpty)); in absolute()
509 OLEVariant aEmpty; in relative() local
510 aEmpty.setNoArg(); in relative()
511 sal_Bool bRet = SUCCEEDED(m_pRecordSet->Move(row,aEmpty)); in relative()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx78 const basegfx::B2DPolyPolygon aEmpty; in impCreatePart() local
80 …ive ? rLineStartEnd.getStartPolyPolygon() : aEmpty, bRightActive ? rLineStartEnd.getEndPolyPolygon… in impCreatePart()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx494 EmptyFontDescriptor aEmpty; in getPropertyDefaultByHandle() local
496 return makeAny( (FontDescriptor)aEmpty ); in getPropertyDefaultByHandle()
497 return lcl_extractFontDescriptorAggregate( _nHandle, aEmpty ); in getPropertyDefaultByHandle()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx282 rtl::OUString aEmpty; in lcl_FillDataSource() local
283 aDescriptor[svx::daDataSource] <<= aEmpty; in lcl_FillDataSource()
284 aDescriptor[svx::daCommand] <<= aEmpty; in lcl_FillDataSource()
/trunk/main/desktop/source/app/
H A Dlangselect.cxx173 OUString aEmpty; in prepareLanguage() local
189 aLocaleString = aEmpty; in prepareLanguage()
206 aLocaleString = aEmpty; in prepareLanguage()
/trunk/main/vcl/source/gdi/
H A Doldprintadaptor.cxx99 awt::Size aEmpty( 0, 0 ); in getPageParameters() local
100 aRet[0].Value = makeAny( aEmpty ); in getPageParameters()
H A Dconfigsettings.cxx184 static OUString aEmpty; in getValue() local
185 return aEmpty; in getValue()
/trunk/main/extensions/source/propctrlr/
H A Dpcrcommon.hxx65 CONTAINER aEmpty; in clearContainer() local
66 _rContainer.swap( aEmpty ); in clearContainer()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx379 OUString aOut, aEmpty; in dump_hex() local
406 aHex = aEmpty; in dump_hex()
407 aAscii = aEmpty; in dump_hex()
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx331 const String aEmpty; in EraseUnusableHyphens_Impl() local
333 nPos = aTxt.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
344 nPos = aLeft.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
/trunk/main/sot/source/base/
H A Dfactory.cxx211 SvGlobalName aEmpty; in Find() local
213 if( rFactName != aEmpty && pSotData->pFactoryList ) in Find()
/trunk/main/reportdesign/source/core/misc/
H A Dconditionalexpression.cxx184 ConditionalExpressions aEmpty; in getKnownConditionalExpressions() local
185 _out_rCondExp.swap( aEmpty ); in getKnownConditionalExpressions()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx429 Any aTarget, aEmpty; in importAnimationContainer() local
453 xChildNode->setTarget( aEmpty ); in importAnimationContainer()
654 Any aEmpty; in fixInteractiveSequenceTiming() local
655 xNode->setBegin( aEmpty ); in fixInteractiveSequenceTiming()
701 OUString aEmpty; in convertAnimationNode() local
702 aAttributeName = aEmpty; in convertAnimationNode()
2368 Any aEmpty; in importAudioContainer() local
2369 xAudio->setBegin( aEmpty ); in importAudioContainer()
2370 xAudio->setEnd( aEmpty ); in importAudioContainer()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx1162 FocusListenerAdapters aEmpty; in stopControllerListening() local
1163 m_aControlObservers.swap( aEmpty ); in stopControllerListening()
1180 ControlFeatures aEmpty; in implClearActiveControlRef() local
1181 m_aControlFeatures.swap( aEmpty ); in implClearActiveControlRef()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx409 SbxValues aEmpty; in Clear() local
410 memset( &aEmpty, 0, sizeof( SbxValues ) ); in Clear()
411 aEmpty.eType = GetType(); in Clear()
412 Put( aEmpty ); in Clear()
1799 String aEmpty; in StoreData() local
1800 r.WriteByteString( aEmpty, RTL_TEXTENCODING_ASCII_US ); in StoreData()
/trunk/main/linguistic/source/
H A Diprcache.cxx256 LangWordList_t aEmpty; in Flush() local
257 aWordLists.swap( aEmpty ); in Flush()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx157 String aEmpty; in SetURL() local
158 rURLBox.SetText( aEmpty ); in SetURL()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx1143 String aEmpty; in DoChange() local
1148 pDoc->SetLink( pTabs[i], SC_LINK_NONE, aEmpty, aEmpty, aEmpty, aEmpty, 0 ); in DoChange()

Completed in 145 milliseconds

123456