Searched refs:aDel (Results 1 – 11 of 11) sorted by relevance
/trunk/main/idl/source/objects/ |
H A D | slot.cxx | 807 aDel = ", "; in WriteAttributesSvIdl() 812 aDel = ", "; in WriteAttributesSvIdl() 824 aDel = ", "; in WriteAttributesSvIdl() 840 aDel = ", "; in WriteAttributesSvIdl() 845 aDel = ", "; in WriteAttributesSvIdl() 850 aDel = ", "; in WriteAttributesSvIdl() 855 aDel = ", "; in WriteAttributesSvIdl() 860 aDel = ", "; in WriteAttributesSvIdl() 865 aDel = ", "; in WriteAttributesSvIdl() 870 aDel = ", "; in WriteAttributesSvIdl() [all …]
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2680 if( ! aDel.isDeleted() ) in signalButton() 2693 if( ! aDel.isDeleted() ) in signalButton() 2767 if( ! aDel.isDeleted() ) in signalMotion() 2778 if( ! aDel.isDeleted() ) in signalMotion() 3125 if( ! aDel.isDeleted() ) in signalKey() 3145 if( ! aDel.isDeleted() ) in signalKey() 3166 if( ! aDel.isDeleted() ) in signalKey() 3375 if( ! aDel.isDeleted() ) in sendEmptyCommit() 3619 if( ! aDel.isDeleted() ) in signalIMCommit() 3720 if( ! aDel.isDeleted() ) in signalIMPreeditChanged() [all …]
|
/trunk/main/vcl/source/app/ |
H A D | vclevent.cxx | 63 ImplDelData aDel( pWinEvent->GetWindow() ); in Call() local 64 while ( aIter != aCopy.end() && ! aDel.IsDead() ) in Call() 133 vcl::DeletionListener aDel( this ); in callListeners() local 137 while( ! aDel.isDeleted() && m_aIterators[ nIndex ].m_aIt != m_aListeners.end() ) in callListeners()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 51 vcl::DeletionListener aDel( pFrame ); in sendEmptyCommit() local 62 if( ! aDel.isDeleted() ) in sendEmptyCommit() 761 vcl::DeletionListener aDel( maClientData.pFrame ); in EndExtTextInput() local 764 if( ! aDel.isDeleted() ) in EndExtTextInput()
|
/trunk/main/sc/source/core/data/ |
H A D | attrib.cxx | 1055 String aDel = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(": ")); in GetPresentation() local 1065 rText += aDel; in GetPresentation() 1070 rText += aDel; in GetPresentation() 1075 rText += aDel; in GetPresentation()
|
H A D | docpool.cxx | 700 String aDel = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( " + " )); in lcl_HFPresentation() local 770 rText += aDel; in lcl_HFPresentation()
|
/trunk/main/vcl/source/window/ |
H A D | scrwnd.cxx | 395 ImplDelData aDel( this ); in IMPL_LINK() local 397 if( aDel.IsDead() ) in IMPL_LINK()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 714 rtl::OString aDel("del "); aDel += title; in mkdir() local 725 slist = curl_slist_append(slist,aDel.getStr()); in mkdir()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 253 aCmd = aDel; \ 255 aCmd += aDel; \ 262 String aDel( ScGlobal::GetRscString( STR_HFCMD_DELIMITER ) ); in FillCmdArr() local
|
/trunk/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 675 SwPaM aDel( aIdx, aEnd ); in InsertIntoDocument() local 676 pDoc->DeleteRange(aDel); in InsertIntoDocument()
|
/trunk/main/rsc/source/parser/ |
H A D | rscdb.cxx | 1041 RscDel aDel( pRoot, lFileKey ); in IMPL_LINK_INLINE_END() local
|
Completed in 77 milliseconds