Home
last modified time | relevance | path

Searched refs:aMsg (Results 1 – 25 of 114) sorted by last modified time

12345

/aoo41x/main/xmloff/source/core/
H A Dxmlimp.cxx815 OUString aMsg( RTL_CONSTASCII_USTRINGPARAM( "Root element unknown" ) ); in startElement() local
821 aParams, aMsg, xDummyLocator ); in startElement()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6312 MSG aMsg; in SalFrameWndProc() local
6313 if( ! ImplPeekMessage( &aMsg, 0, WM_PAINT, WM_PAINT, PM_NOREMOVE | PM_NOYIELD ) ) in SalFrameWndProc()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalprn.cxx1791 MSG aMsg; in SalPrintAbortProc() local
1792 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in SalPrintAbortProc()
1794 if ( !ImplInterceptChildWindowKeyDown( aMsg ) ) in SalPrintAbortProc()
1796 TranslateMessage( &aMsg ); in SalPrintAbortProc()
1797 ImplDispatchMessage( &aMsg ); in SalPrintAbortProc()
2056 MSG aMsg; in StartJob() local
2057 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in StartJob()
2059 if ( !ImplInterceptChildWindowKeyDown( aMsg ) ) in StartJob()
2061 TranslateMessage( &aMsg ); in StartJob()
2062 ImplDispatchMessage( &aMsg ); in StartJob()
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx672 MSG aMsg; in ImplSalYield() local
682 TranslateMessage( &aMsg ); in ImplSalYield()
683 ImplSalDispatchMessage( &aMsg ); in ImplSalYield()
694 if ( ImplGetMessage( &aMsg, 0, 0, 0 ) ) in ImplSalYield()
698 TranslateMessage( &aMsg ); in ImplSalYield()
699 ImplSalDispatchMessage( &aMsg ); in ImplSalYield()
906 MSG aMsg; local
931 if ( (aMsg.wParam == VK_SHIFT) ||
932 (aMsg.wParam == VK_CONTROL) ||
933 (aMsg.wParam == VK_MENU) )
[all …]
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx3711 QMSG aMsg; in SalFrameWndProc() local
3712 if (!WinPeekMsg( pFrame->mhAB, &aMsg, 0, WM_PAINT, WM_PAINT, PM_NOREMOVE ) ) in SalFrameWndProc()
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx534 QMSG aMsg; in ImplSalYield() local
542 if ( WinPeekMsg( pInst->mhAB, &aMsg, 0, 0, 0, PM_REMOVE ) ) in ImplSalYield()
544 WinDispatchMsg( pInst->mhAB, &aMsg ); in ImplSalYield()
546 if (aMsg.msg == WM_QUIT) in ImplSalYield()
555 if ( WinGetMsg( pInst->mhAB, &aMsg, 0, 0, 0 ) ) in ImplSalYield()
556 WinDispatchMsg( pInst->mhAB, &aMsg ); in ImplSalYield()
/aoo41x/main/uui/source/
H A Dcookiedg.cxx83 String aMsg( ResId( STR_COOKIES_RECV_START + nOffset, *pResMgr ) ); in CookiesDialog() local
84 aMsg.SearchAndReplaceAscii( "${HOST}", aObj.GetHost() ); in CookiesDialog()
85 aMsg.SearchAndReplaceAscii( "${PATH}", aObj.GetPath() ); in CookiesDialog()
103 aMsg += aCookie; in CookiesDialog()
107 maCookieFT.SetText( aMsg ); in CookiesDialog()
/aoo41x/main/unoxml/source/dom/
H A Delementlist.cxx68 OString aMsg("Exception caught while registering NodeList as listener:\n"); in registerListener() local
69 aMsg += OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in registerListener()
70 OSL_ENSURE(sal_False, aMsg.getStr()); in registerListener()
/aoo41x/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx103 DBG_ERRORFILE( aMsg.GetBuffer() ); in LocaleDataWrapper()
199 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLanguageCountryInfo()
220 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLocaleItem()
241 DBG_ERRORFILE( aMsg.GetBuffer() ); in getAllCalendars()
470 aMsg += aDebugLocale; in getInstalledLanguageTypes()
471 outputCheckMessage( aMsg ); in getInstalledLanguageTypes()
498 aMsg += aDebugLocale; in getInstalledLanguageTypes()
502 aMsg += String( aLanguage); in getInstalledLanguageTypes()
505 aMsg += '_'; in getInstalledLanguageTypes()
506 aMsg += String( aCountry); in getInstalledLanguageTypes()
[all …]
H A Dtransliterationwrapper.cxx210 ByteString aMsg( "loadModuleImpl: Exception caught\n" ); in loadModuleImpl() local
212 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadModuleImpl()
239 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadModuleByImplName()
263 ByteString aMsg( "equals: Exception caught\n" ); in equals() local
264 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in equals()
265 DBG_ERRORFILE( aMsg.GetBuffer() ); in equals()
288 ByteString aMsg( "compareSubstring: Exception caught\n" ); in compareSubstring() local
289 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareSubstring()
290 DBG_ERRORFILE( aMsg.GetBuffer() ); in compareSubstring()
311 ByteString aMsg( "compareString: Exception caught\n" ); in compareString() local
[all …]
H A Dcalendarwrapper.cxx70 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper()
95 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper()
121 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadDefaultCalendar()
141 aMsg += " Locale: "; in loadCalendar()
143 aMsg += '_'; in loadCalendar()
146 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadCalendar()
166 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLoadedCalendar()
187 DBG_ERRORFILE( aMsg.GetBuffer() ); in getAllCalendars()
208 DBG_ERRORFILE( aMsg.GetBuffer() ); in getUniqueID()
229 DBG_ERRORFILE( aMsg.GetBuffer() ); in setDateTime()
[all …]
H A Dcharclass.cxx535 ByteString aMsg( "parseAnyToken: Exception caught\n" ); in parseAnyToken() local
536 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in parseAnyToken()
537 DBG_ERRORFILE( aMsg.GetBuffer() ); in parseAnyToken()
567 ByteString aMsg( "parsePredefinedToken: Exception caught\n" ); in parsePredefinedToken() local
568 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in parsePredefinedToken()
569 DBG_ERRORFILE( aMsg.GetBuffer() ); in parsePredefinedToken()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2183 rtl::OUStringBuffer aMsg; in open() local
2184 aMsg.appendAscii( "Non-folder resource cannot be " in open()
2190 aMsg.makeStringAndClear(), in open()
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx331 ::rtl::OUString aMsg = ::rtl::OUString::createFromAscii in throwOnError()
337 throw IOException( aMsg, static_cast< cppu::OWeakObject * >( this ) ); in throwOnError()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilglob.cxx805 rtl::OUString aMsg; in throw_handler() local
815 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler()
822 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler()
828 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler()
836 aMsg, in throw_handler()
874 rtl::OUString aMsg(RTL_CONSTASCII_USTRINGPARAM( in throw_handler() local
899 aMsg = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in throw_handler()
913 aMsg, in throw_handler()
/aoo41x/main/tools/source/inet/
H A Dinetstrm.cxx176 INetMessage aMsg; in Decode64() local
177 aMsg.SetDocumentLB(new SvAsyncLockBytes(&rOut, sal_False)); in Decode64()
180 aStream.SetTargetMessage (&aMsg); in Decode64()
197 INetMessage aMsg; in Encode64() local
198 aMsg.SetDocumentLB ( in Encode64()
202 aStream.SetSourceMessage (&aMsg); in Encode64()
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx1192 SwCondCollCondChg aMsg( pColl ); in SetItemSet() local
1193 pColl->ModifyNotification( &aMsg, &aMsg ); in SetItemSet()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlfmt.cxx1085 SwCondCollCondChg aMsg( pColl ); in UpdateTxtCollConditions() local
1086 pColl->ModifyNotification( &aMsg, &aMsg ); in UpdateTxtCollConditions()
/aoo41x/main/sw/source/core/tox/
H A Dtoxhlp.cxx65 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in IndexEntrySupplierWrapper()
66 DBG_ERRORFILE( aMsg.GetBuffer() ); in IndexEntrySupplierWrapper()
90 ByteString aMsg( "getIndexKey: Exception caught\n" ); in GetIndexKey() local
91 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetIndexKey()
92 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetIndexKey()
113 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetFollowingText()
134 ByteString aMsg( "getAlgorithmList: Exception caught\n" ); in GetAlgorithmList() local
136 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetAlgorithmList()
157 ByteString aMsg( "loadAlgorithm: Exception caught\n" ); in LoadAlgorithm() local
159 DBG_ERRORFILE( aMsg.GetBuffer() ); in LoadAlgorithm()
[all …]
/aoo41x/main/sw/source/core/graphic/
H A Dndgrf.cxx598 SwMsgPoolItem aMsg( RES_GRAPHIC_SWAPIN ); in SwapIn() local
599 ModifyNotification( &aMsg, &aMsg ); in SwapIn()
/aoo41x/main/svx/source/form/
H A DParseContext.cxx69 String aMsg; in getErrorMessage() local
73 case ERROR_GENERAL: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_ERROR); break; in getErrorMessage()
74 case ERROR_VALUE_NO_LIKE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE); break; in getErrorMessage()
75 case ERROR_FIELD_NO_LIKE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE); break; in getErrorMessage()
76 case ERROR_INVALID_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE); break; in getErrorMessage()
77 case ERROR_INVALID_INT_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID); break; in getErrorMessage()
79 case ERROR_INVALID_REAL_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID); break; in getErrorMessage()
80 case ERROR_INVALID_TABLE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_TABLE); break; in getErrorMessage()
81 case ERROR_INVALID_TABLE_OR_QUERY: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY); break; in getErrorMessage()
82 case ERROR_INVALID_COLUMN: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_COLUMN); break; in getErrorMessage()
[all …]
/aoo41x/main/svx/source/dialog/
H A Dtxencbox.cxx200 …ByteString aMsg( "SvxTextEncodingBox::InsertTextEncoding: no resource string for text encoding: " … in InsertTextEncoding() local
201 aMsg += ByteString::CreateFromInt32( nEnc ); in InsertTextEncoding()
202 DBG_ERRORFILE( aMsg.GetBuffer() ); in InsertTextEncoding()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1887 rtl::OUString aMsg; in WriteWMF() local
1888 xStatusIndicator->start( aMsg, 100 ); in WriteWMF()
H A Dwinmtf.cxx376 rtl::OUString aMsg; in WinMtf() local
377 xStatusIndicator->start( aMsg, 100 ); in WinMtf()
/aoo41x/main/svtools/source/filter/jpeg/
H A Djpeg.cxx723 rtl::OUString aMsg; in Write() local
724 xStatusIndicator->start( aMsg, 100 ); in Write()

Completed in 234 milliseconds

12345