Home
last modified time | relevance | path

Searched refs:aQuery (Results 1 – 25 of 38) sorted by relevance

12

/aoo42x/main/sal/rtl/source/
H A Duri.cxx377 Component aQuery; member
418 pComponents->aQuery.pBegin = pPos++; in parseUriRef()
421 pComponents->aQuery.pEnd = pPos; in parseUriRef()
759 if (aRelComponents.aQuery.isPresent()) in rtl_uriConvertRelToAbs()
760 aBuffer.append(aRelComponents.aQuery.pBegin, in rtl_uriConvertRelToAbs()
761 aRelComponents.aQuery.getLength()); in rtl_uriConvertRelToAbs()
769 && !aRelComponents.aQuery.isPresent()) in rtl_uriConvertRelToAbs()
773 if (aBaseComponents.aQuery.isPresent()) in rtl_uriConvertRelToAbs()
774 aBuffer.append(aBaseComponents.aQuery.pBegin, in rtl_uriConvertRelToAbs()
785 if (aRelComponents.aQuery.isPresent()) in rtl_uriConvertRelToAbs()
[all …]
/aoo42x/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx1094 sal_uInt16 nRet = aQuery.Execute(); in IMPL_LINK()
1191 SwSendQueryBox_Impl aQuery(pButton, m_sNoSubjectQueryST); in IMPL_LINK() local
1192 aQuery.SetIsEmptyTextAllowed(true); in IMPL_LINK()
1193 aQuery.SetValue(m_sNoSubjectST); in IMPL_LINK()
1194 if(RET_OK == aQuery.Execute()) in IMPL_LINK()
1196 if(aQuery.GetValue() != m_sNoSubjectST) in IMPL_LINK()
1197 m_aSubjectED.SetText(aQuery.GetValue()); in IMPL_LINK()
1204 SwSendQueryBox_Impl aQuery(pButton, m_sNoAttachmentNameST); in IMPL_LINK() local
1205 aQuery.SetIsEmptyTextAllowed(false); in IMPL_LINK()
1206 if(RET_OK == aQuery.Execute()) in IMPL_LINK()
[all …]
H A Ddbtree.cxx388 Any aQuery = xQueries->getByName(sTableName); in RequestingChilds() local
390 aQuery >>= xPropSet; in RequestingChilds()
/aoo42x/main/extensions/source/bibliography/
H A Dbibview.cxx152 QueryBox aQuery( this, WB_YES_NO, sErrorString ); in UpdatePages() local
153 aQuery.SetDefaultCheckBoxText(); in UpdatePages()
154 short nResult = aQuery.Execute(); in UpdatePages()
156 !aQuery.GetCheckBoxState()); in UpdatePages()
H A Dframectr.cxx491 rtl::OUString aQuery; in dispatch() local
492 aValue >>= aQuery; in dispatch()
499 pDatMan->startQueryWith(aQuery); in dispatch()
861 rtl::OUString aQuery; in RemoveFilter() local
862 pDatMan->startQueryWith(aQuery); in RemoveFilter()
889 aEvent.State <<= aQuery; in RemoveFilter()
/aoo42x/main/sfx2/source/dialog/
H A Dmailmodel.cxx424 css::uno::Sequence< css::beans::NamedValue > aQuery( bSendAsPDF ? 3 : 2 ); in SaveDocumentAsFormat() local
425 aQuery[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" )); in SaveDocumentAsFormat()
426 aQuery[0].Value = css::uno::makeAny( aTypeName ); in SaveDocumentAsFormat()
427 aQuery[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentService" )); in SaveDocumentAsFormat()
428 aQuery[1].Value = css::uno::makeAny( aModule ); in SaveDocumentAsFormat()
436 aQuery[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Flags" )); in SaveDocumentAsFormat()
437aQuery[2].Value = css::uno::makeAny( sal_Int32(0x80042) ); // EXPORT ALIEN 3RDPARTY in SaveDocumentAsFormat()
441 xContainerQuery->createSubSetEnumerationByProperties( aQuery ); in SaveDocumentAsFormat()
/aoo42x/main/sc/source/core/data/
H A Ddpshttab.cxx62 aQuery ( rDesc.aQueryParam ), in ScSheetDPData()
68 SCSIZE nEntryCount( aQuery.GetEntryCount()); in ScSheetDPData()
72 ScQueryEntry& rEntry = aQuery.GetEntry(j); in ScSheetDPData()
200 aCacheTable.fillTable( aQuery, pSpecial, in CreateCacheTable()
/aoo42x/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java268 Query aQuery; in queryImpl() local
270 aQuery = new WildcardQuery( new Term( aField, aQueryStr ) ); in queryImpl()
272 aQuery = new TermQuery( new Term( aField, aQueryStr ) ); in queryImpl()
275 TopDocs aHits = searcher.search( aQuery, 100 ); in queryImpl()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx661 QueryBox aQuery( m_pVCLWindow, getResId( RID_QUERYBOX_INSTALL_FOR_ALL ) ); in installForAllUsers() local
663 String sMsgText = aQuery.GetMessText(); in installForAllUsers()
665 aQuery.SetMessText( sMsgText ); in installForAllUsers()
667 sal_uInt16 nYesBtnID = aQuery.GetButtonId( 0 ); in installForAllUsers()
668 sal_uInt16 nNoBtnID = aQuery.GetButtonId( 1 ); in installForAllUsers()
671 aQuery.SetButtonText( nYesBtnID, getResourceString( RID_STR_INSTALL_FOR_ME ) ); in installForAllUsers()
673 aQuery.SetButtonText( nNoBtnID, getResourceString( RID_STR_INSTALL_FOR_ALL ) ); in installForAllUsers()
675 short nRet = aQuery.Execute(); in installForAllUsers()
/aoo42x/main/cui/source/dialogs/
H A Dhlmailtp.cxx172 String aQuery = UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "subject=" ) ); in CreateAbsoluteURL() local
173 aQuery.Append( maEdSubject.GetText() ); in CreateAbsoluteURL()
174 aURL.SetParam(aQuery); in CreateAbsoluteURL()
H A Dscriptdlg.cxx1185 String aQuery( m_delQueryStr ); in deleteEntry() local
1186 aQuery.Append( getListOfChildren( node, 0 ) ); in deleteEntry()
1187 QueryBox aQueryBox( static_cast<Window*>(this), WB_YES_NO | WB_DEF_YES, aQuery ); in deleteEntry()
/aoo42x/main/cui/source/options/
H A Doptinet2.cxx806 QueryBox aQuery(this, WB_YES_NO_CANCEL|WB_DEF_YES, sModifyMsg); in ConfirmLeave() local
807 sal_uInt16 nRet = aQuery.Execute(); in ConfirmLeave()
834 QueryBox aQuery(this, WB_YES_NO_CANCEL|WB_DEF_YES, sModifyMsg); in ConfirmLeave() local
835 sal_uInt16 nRet = aQuery.Execute(); in ConfirmLeave()
1212 QueryBox aQuery( this, WB_YES_NO|WB_DEF_NO, msPasswordStoringDeactivateStr ); in IMPL_LINK() local
1213 sal_uInt16 nRet = aQuery.Execute(); in IMPL_LINK()
H A Ddbregister.cxx291 QueryBox aQuery(this,CUI_RES(QUERY_DELETE_CONFIRM)); in IMPL_LINK() local
292 if ( aQuery.Execute() == RET_YES ) in IMPL_LINK()
/aoo42x/main/sfx2/source/view/
H A Dviewsh.cxx335 css::uno::Sequence< css::beans::NamedValue > aQuery( 2 ); in impl_retrieveFilterNameFromTypeAndModule() local
336 aQuery[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" )); in impl_retrieveFilterNameFromTypeAndModule()
337 aQuery[0].Value = css::uno::makeAny( rType ); in impl_retrieveFilterNameFromTypeAndModule()
338 aQuery[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentService" )); in impl_retrieveFilterNameFromTypeAndModule()
339 aQuery[1].Value = css::uno::makeAny( rModuleIdentifier ); in impl_retrieveFilterNameFromTypeAndModule()
342 rContainerQuery->createSubSetEnumerationByProperties( aQuery ); in impl_retrieveFilterNameFromTypeAndModule()
H A Dfrmload.cxx166 ::comphelper::NamedValueCollection aQuery; in impl_getFilterFromServiceName_nothrow()
167 aQuery.put( "DocumentService", i_rServiceName ); in impl_getFilterFromServiceName_nothrow()
178 aQuery.getNamedValues() ), UNO_SET_THROW ); in impl_getFilterFromServiceName_nothrow()
/aoo42x/main/sw/source/ui/fldui/
H A Dxfldui.cxx111 Any aQuery = xQueries->getByName(rTblQryName); in IsDBNumeric() local
113 aQuery >>= xPropSet; in IsDBNumeric()
/aoo42x/main/sfx2/source/doc/
H A Ddoctdlg.cxx164 QueryBox aQuery(this, SfxResId(MSG_CONFIRM_OVERWRITE_TEMPLATE)); in IMPL_LINK() local
165 if(RET_NO == aQuery.Execute()) in IMPL_LINK()
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx927 …uno::Any aQuery( aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XPropert… in DrawText() local
928 if( aQuery >>= aCursorPropSet ) in DrawText()
992 …uno::Any aQuery(aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XProperty… in AppendText() local
993 if( aQuery >>= aPropSet ) in AppendText()
/aoo42x/main/padmin/source/
H A Dpadialog.cxx689 QueryString aQuery( this, in RenameDevice() local
692 aQuery.SetText( m_aRenameStr ); in RenameDevice()
693 aQuery.Execute(); in RenameDevice()
/aoo42x/main/basctl/source/basicide/
H A Dbastypes.cxx934 String aQuery( rId ); in QueryDel() local
938 aQuery.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "XX" ) ), aName ); in QueryDel()
939 QueryBox aQueryBox( pParent, WB_YES_NO | WB_DEF_YES, aQuery ); in QueryDel()
/aoo42x/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx331 QueryBox aQuery( getView(), ModuleRes(QUERY_CONNECTION_LOST) ); in reconnect() local
332 bReConnect = ( RET_YES == aQuery.Execute() ); in reconnect()
/aoo42x/main/sw/source/ui/misc/
H A Dglosbib.cxx213 QueryBox aQuery(this->GetParent(), WB_YES_NO|WB_DEF_NO, sMsg ); in Apply() local
214 if(RET_YES == aQuery.Execute()) in Apply()
/aoo42x/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx546 QueryBox aQuery( NULL, WB_YES_NO, sConfirmation ); // TODO/eForms: proper parent in implPrepareRemoveCurrentDataType() local
547 if ( aQuery.Execute() != RET_YES ) in implPrepareRemoveCurrentDataType()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx552 QueryBox aQuery(GetParent(), WB_YES_NO | WB_DEF_YES, sQuery); in checkPathExistence() local
553 sal_Int32 nQueryResult = aQuery.Execute(); in checkPathExistence()
/aoo42x/main/sc/inc/
H A Ddpshttab.hxx71 ScQueryParam aQuery; member in ScSheetDPData

Completed in 125 milliseconds

12