Home
last modified time | relevance | path

Searched refs:hasValue (Results 51 – 75 of 767) sorted by relevance

12345678910>>...31

/aoo42x/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx1643 if(catalog.hasValue()) in getExportedKeys()
1688 if(catalog.hasValue()) in getImportedKeys()
1727 if(catalog.hasValue()) in getPrimaryKeys()
1768 if(catalog.hasValue()) in getIndexInfo()
1811 if(catalog.hasValue()) in getTablePrivileges()
1858 if(primaryCatalog.hasValue()) in getCrossReference()
1869 if(foreignCatalog.hasValue()) in getCrossReference()
1908 if(catalog.hasValue()) in getProcedures()
1950 if(catalog.hasValue()) in getProcedureColumns()
2060 if(catalog.hasValue()) in getColumns()
[all …]
/aoo42x/main/sw/source/ui/config/
H A Dusrpref.cxx202 if(pValues[nProp].hasValue()) in Load()
353 if(pValues[nProp].hasValue()) in Load()
483 if(pValues[nProp].hasValue()) in Load()
578 if(pValues[nProp].hasValue()) in Load()
648 if(pValues[nProp].hasValue()) in Load()
/aoo42x/main/stoc/source/tdmanager/
H A Dtdmgr.cxx1031 if (rName.getLength() && !aRet.hasValue()) in getByHierarchicalName()
1075 if (! aRet.hasValue()) in getByHierarchicalName()
1092 if (! aRet.hasValue()) in getByHierarchicalName()
1101 rName )).hasValue()) in getByHierarchicalName()
1113 if (_bCaching && aRet.hasValue()) in getByHierarchicalName()
1117 if (! aRet.hasValue()) in getByHierarchicalName()
1130 return getByHierarchicalName( rName ).hasValue(); in hasByHierarchicalName()
/aoo42x/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx92 if (!aSource.hasValue()) in operator <<()
130 (!lP.Value.hasValue()) in operator <<()
144 (!lN.Value.hasValue()) in operator <<()
154 if (lSource[i].hasValue()) in operator <<()
/aoo42x/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx105 if( m_aNullDate.hasValue() && (m_aNullDate >>= aUtilDate) ) in getNullDate()
130 if ( m_aNullDate.hasValue() ) in getFormattedString()
145 if ( m_aNullDate.hasValue() ) in getFormattedString()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx71 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
130 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
190 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx255 if (!aReturn.hasValue()) in queryAggregation()
259 if (!aReturn.hasValue()) in queryAggregation()
264 if (!aReturn.hasValue()) in queryAggregation()
270 if (!aReturn.hasValue() && m_xAggregateAsRowSet.is()) in queryAggregation()
276 if (!aReturn.hasValue() && m_xAggregate.is()) in queryAggregation()
1212 if ( m_aIgnoreResult.hasValue() ) in restoreInsertOnlyState()
1717 if ( m_aIgnoreResult.hasValue() ) in setFastPropertyValue_NoBroadcast()
2047 if ( aDefault.hasValue() ) in reset_impl()
2466 if (m_aCycle.hasValue()) in getGroupControl()
3967 if (m_aCycle.hasValue()) in write()
[all …]
H A DTime.cxx245 if ( !aControlValue.hasValue() ) in commitControlValueToDbColumn()
285 if ( _rUNOValue.hasValue() ) in impl_translateControlValueToUNOTime()
309 if ( _rExternalValue.hasValue() ) in translateExternalValueToControlValue()
H A DDate.cxx248 if ( !aControlValue.hasValue() ) in commitControlValueToDbColumn()
287 if ( _rUNOValue.hasValue() ) in impl_translateControlValueToUNODate()
307 if ( _rExternalValue.hasValue() ) in translateExternalValueToControlValue()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilinsreq.cxx72 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
111 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
171 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedNumberFormatProperty.cxx71 … bool bUseSourceFormat = !xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in setPropertyValue()
92 if( !aRet.hasValue() ) in getPropertyValue()
181 bool bLink = ! xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in getPropertyValue()
H A DWrappedStockProperties.cxx175 else if( !aTemplateAndService.second.isEmpty() || !m_aOuterValue.hasValue() ) in getPropertyValue()
178 else if(!m_aOuterValue.hasValue()) in getPropertyValue()
248 else if( !aTemplateAndService.second.isEmpty() || !m_aOuterValue.hasValue() ) in getPropertyValue()
251 else if(!m_aOuterValue.hasValue()) in getPropertyValue()
/aoo42x/main/unotools/source/config/
H A Dfltrcfg.cxx142 if(pValues[0].hasValue()) in Load()
144 if(pValues[1].hasValue()) in Load()
190 if(pValues[0].hasValue()) in Load()
387 if(pValues[nProp].hasValue()) in Load()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaapplication.cxx129 if ( index.hasValue() ) in Documents()
138 if ( index.hasValue() ) in Addins()
147 if ( index.hasValue() ) in Dialogs()
/aoo42x/main/sc/source/ui/vba/
H A Dvbavalidation.cxx236 if ( !Type.hasValue() || !( Type >>= nType ) ) in Add()
250 if ( !Formula1.hasValue() ) in Add()
268 if ( AlertStyle.hasValue() && ( AlertStyle >>= nVbaAlertStyle ) ) in Add()
292 if ( Operator.hasValue() ) in Add()
/aoo42x/main/svtools/source/uno/
H A Dunoiface.cxx200 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
563 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
883 if (!Value.hasValue()) in setProperty()
893 if (!Value.hasValue()) in setProperty()
911 if (Value.hasValue()) in setProperty()
959 pField->SetAutoColor(!Value.hasValue()); in setProperty()
1271 if (!rValue.hasValue()) in SetValue()
1681 return (aRet.hasValue() ? aRet : SVTXFormattedField::queryInterface( rType )); in queryInterface()
1848 return (aRet.hasValue() ? aRet : SVTXFormattedField::queryInterface( rType )); in queryInterface()
2144 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
[all …]
/aoo42x/main/reportdesign/source/core/api/
H A DFormattedField.cxx100 if ( !aReturn.hasValue() ) in IMPLEMENT_FORWARD_REFCOUNT()
102 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
105 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
162 if ( !aValue.hasValue() && aPropertyName == PROPERTY_FORMATKEY ) in setPropertyValue()
/aoo42x/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx261 if( mxAnimateNode->getBy().hasValue() && in activate_st()
262 !mxAnimateNode->getTo().hasValue() && in activate_st()
263 !mxAnimateNode->getFrom().hasValue() ) in activate_st()
/aoo42x/main/bridges/test/
H A Dtestcomp.cxx93 if( a.hasValue() ) in queryInterface()
149 if (! aRet.hasValue()) in queryInterface()
294 if( a.hasValue() ) in queryInterface()
387 if( a.hasValue() ) in queryInterface()
440 if( a.hasValue() ) in queryInterface()
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx485 if( aRealValue.hasValue() ) in setPropertyValueByIndex()
962 if( !aRet.hasValue() ) in queryInterface()
965 if( !aRet.hasValue() ) in queryInterface()
969 ( rType, static_cast< XElementAccess* >( static_cast< XNameAccess* >( this ) ) ) ).hasValue() ) in queryInterface()
970 …is() && (aRet = ::cppu::queryInterface( rType, static_cast< XNameAccess* >( this ) ) ).hasValue() ) in queryInterface()
971 …) && (aRet = ::cppu::queryInterface( rType, static_cast< XNameContainer* >( this ) ) ).hasValue() ) in queryInterface()
972 …s() && (aRet = ::cppu::queryInterface( rType, static_cast< XIndexAccess* >( this ) ) ).hasValue() ) in queryInterface()
973 … && (aRet = ::cppu::queryInterface( rType, static_cast< XIndexContainer* >( this ) ) ).hasValue() ) in queryInterface()
974 … (aRet = ::cppu::queryInterface( rType, static_cast< XEnumerationAccess* >( this ) ) ).hasValue() ) in queryInterface()
975 ….is() && (aRet = ::cppu::queryInterface( rType, static_cast< XIdlArray* >( this ) ) ).hasValue() ) in queryInterface()
[all …]
/aoo42x/main/configmgr/source/
H A Drootaccess.cxx228 if (res.hasValue()) { in queryInterface()
233 if (res.hasValue()) { in queryInterface()
236 if (!res.hasValue() && update_) { in queryInterface()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx291 if(aFormats.hasValue()) in SwInsertDBColAutoPilot()
333 if(aFormat.hasValue()) in SwInsertDBColAutoPilot()
1290 if(aFormats.hasValue()) in DataToDoc()
1789 if(pDataSourceProps[7].hasValue()) in Load()
1791 if(pDataSourceProps[8].hasValue()) in Load()
1793 if(pDataSourceProps[9].hasValue()) in Load()
1795 if(pDataSourceProps[10].hasValue()) in Load()
1827 if(pSubProps[2].hasValue()) in Load()
1829 if(pSubProps[3].hasValue()) in Load()
/aoo42x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx288 if ( !_rValue.hasValue() ) in setValue()
612 if ( !_rValue.hasValue() ) in setValue()
721 if ( _rValue.hasValue() ) in setValue()
847 if ( !_rValue.hasValue() ) in setValue()
1392 if ( !( _rValue >>= sText ) && _rValue.hasValue() ) in setValue()
1400 if ( !( _rValue >>= aStringLines ) && _rValue.hasValue() ) in setValue()
/aoo42x/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx198 if( maTo.hasValue() ) in ~SetTimeNodeContext()
336 if( aParamValue.Value.hasValue() ) in endFastElement()
727 if( maTo.hasValue() ) in endFastElement()
731 if( maBy.hasValue() ) in endFastElement()
735 if( maFrom.hasValue() ) in endFastElement()
/aoo42x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx579 if( !maTarget.hasValue() && mxFirstNode.is() ) in createEnumeration()
582 if( aTarget.hasValue() ) in createEnumeration()
670 if( aTarget.hasValue() ) in appendChild()
674 if( !maTarget.hasValue() && !mxFirstNode.is() ) in appendChild()

Completed in 135 milliseconds

12345678910>>...31