Searched refs:aErrTitle (Results 1 – 2 of 2) sorted by relevance
1023 String aErrTitle, aErrText; in ExecuteDB() local1053 bShowError = pOldData->GetErrMsg( aErrTitle, aErrText, eErrStyle ); in ExecuteDB()1066 aArgSet.Put( SfxStringItem( FID_VALID_ERRTITLE, aErrTitle ) ); in ExecuteDB()1146 aErrTitle = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteDB()1158 aData.SetError(aErrTitle, aErrText, eErrStyle); // sets bShowError to TRUE in ExecuteDB()
1318 ::rtl::OUString aErrTitle in handleGenericErrorRequest()1324 if ( aTitle.getLength() && aErrTitle.getLength() ) in handleGenericErrorRequest()1326 aTitle += aErrTitle; in handleGenericErrorRequest()
Completed in 87 milliseconds