Home
last modified time | relevance | path

Searched refs:hasPropertyByName (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/aoo41x/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx213 if ( xPSI->hasPropertyByName( PROPERTY_DEFAULTVALUE ) ) in OQueryColumn()
231 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in OQueryColumn()
365 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ? HAS_DESCRIPTION : 0; in OColumnWrapper()
366 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ? HAS_DEFAULTVALUE : 0; in OColumnWrapper()
367 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_ISROWVERSION) ? HAS_ROWVERSION : 0; in OColumnWrapper()
368 …m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ? HAS_AUTOINCREMENT_CREAT… in OColumnWrapper()
H A DSingleSelectQueryComposer.cxx501 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_NAME) in impl_getColumnName_throw()
527 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in impl_getColumnName_throw()
528 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in impl_getColumnName_throw()
529 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(::rtl::OUString(RTL_CONSTASCII_USTRING… in impl_getColumnName_throw()
945 if ( !xProp.is() || !xProp->getPropertySetInfo()->hasPropertyByName( PROPERTY_REALNAME ) ) in getColumns()
1609 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_VALUE) in setConditionByColumn()
1610 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_NAME) in setConditionByColumn()
1611 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_TYPE)) in setConditionByColumn()
1636 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in setConditionByColumn()
1637 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in setConditionByColumn()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dximppage.cxx306 if( xInfo->hasPropertyByName( aStrHeaderTextProp ) ) in EndElement()
314 if( xInfo->hasPropertyByName( aStrFooterTextProp ) ) in EndElement()
322 if( xInfo->hasPropertyByName( aStrDateTimeTextProp ) ) in EndElement()
394 if( xPropSet1->getPropertySetInfo()->hasPropertyByName( aBackground ) ) in SetStyle()
397 if( xInfo.is() && xInfo->hasPropertyByName( aBackground ) ) in SetStyle()
473 if( xInfo.is() && xInfo->hasPropertyByName( aPropName ) ) in SetLayout()
H A Dximpshap.cxx781 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( sProperty ) ) in SetThumbnail()
1734 …if( !mbIsPlaceholder && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpt… in StartElement()
1737 …if( mbIsUserTransformed && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsP… in StartElement()
2326 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(aPageNumberStr)) in StartElement()
2513 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpty… in StartElement()
2542 …if( xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsPlaceholderDependent") )… in StartElement()
2662 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpty… in StartElement()
2691 …if( xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsPlaceholderDependent") )… in StartElement()
2798 …if( !mbIsPlaceholder && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpt… in StartElement()
2801 …if( mbIsUserTransformed && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsP… in StartElement()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dlayerexport.cxx228 if (xPropsInfo->hasPropertyByName(PROPERTY_COLUMNSERVICENAME)) in exportCollectionElements()
232 else if (xPropsInfo->hasPropertyByName(PROPERTY_CLASSID)) in exportCollectionElements()
549 sal_Bool bIsControl = xCurrentInfo->hasPropertyByName( PROPERTY_CLASSID ); in checkExamineControl()
562 if ( xCurrentInfo->hasPropertyByName( PROPERTY_CONTROLLABEL ) ) in checkExamineControl()
578 if ( xCurrentInfo->hasPropertyByName( PROPERTY_FORMATKEY ) ) in checkExamineControl()
641 …if ( xColumnPropertiesMeta.is() && xColumnPropertiesMeta->hasPropertyByName( PROPERTY_FORMATKEY ) ) in collectGridColumnStylesAndIds()
H A Dgridcolumnproptranslator.cxx149 …virtual ::sal_Bool SAL_CALL hasPropertyByName( const ::rtl::OUString& Name ) throw (::com::sun::st…
193 …::sal_Bool SAL_CALL OMergedPropertySetInfo::hasPropertyByName( const ::rtl::OUString& Name ) throw… in hasPropertyByName() function in xmloff::__anond6733ca70111::OMergedPropertySetInfo
201 return m_xMasterInfo->hasPropertyByName( Name ); in hasPropertyByName()
236 if ( !getPropertySetInfo()->hasPropertyByName( _rPropertyName ) ) in setPropertyValue()
H A Delementexport.cxx460 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_RICH_TEXT ) ) in exportSubTags()
749 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_PERSISTENCE_MAXTEXTLENGTH ) ) in exportCommonControlAttributes()
1082 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_LINE_INCREMENT ) ) in exportSpecialAttributes()
1084 else if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_SPIN_INCREMENT ) ) in exportSpecialAttributes()
1491 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_FORMATKEY)) in examine()
1502 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_ECHOCHAR)) in examine()
1514 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_MULTILINE)) in examine()
1668 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_IMAGE_POSITION ) ) in examine()
1925 … if ( m_xPropertyInfo.is() && m_xPropertyInfo->hasPropertyByName( sBoundFieldPropertyName ) ) in controlHasActiveDataBinding()
1956 … if ( m_xPropertyInfo.is() && m_xPropertyInfo->hasPropertyByName( PROPERTY_LISTSOURCETYPE ) ) in controlHasUserSuppliedListEntries()
H A Delementimport.cxx272 OSL_ENSURE(m_xInfo->hasPropertyByName(aCheck->Name), in implApplySpecificProperties()
364 const bool bExistentProperty = m_xInfo->hasPropertyByName( aPropValues->Name ); in implApplyGenericProperties()
535 if ( !m_xInfo->hasPropertyByName( (*prop)->propertyName ) ) in impl_matchPropertyGroup()
664 if ( !m_xInfo.is() || m_xInfo->hasPropertyByName( _rPropertyName ) ) in simulateDefaultedAttribute()
945 OSL_ENSURE(_rxPropInfo->hasPropertyByName(_rPropValue.Name), in implTranslateValueProperty()
1130 if ( m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in createElement()
1401 if ( m_xInfo->hasPropertyByName( PROPERTY_SPIN_INCREMENT ) ) in StartElement()
1403 else if ( m_xInfo->hasPropertyByName( PROPERTY_LINE_INCREMENT ) ) in StartElement()
1471 if (m_xElement.is() && m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_EMPTY_IS_NULL) ) in StartElement()
1521 bHasRichTextProperty = m_xInfo->hasPropertyByName( PROPERTY_RICH_TEXT ); in removeRedundantCurrentValue()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx102 …else if ( xReportModel.is() && _xElement->getPropertySetInfo()->hasPropertyByName(PROPERTY_DATAFIE… in lcl_getName()
705 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in _elementInserted()
707 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in _elementInserted()
792 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in DBG_NAME()
794 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in DBG_NAME()
796 if ( xInfo->hasPropertyByName(PROPERTY_DATAFIELD) ) in DBG_NAME()
798 if ( xInfo->hasPropertyByName(PROPERTY_LABEL) ) in DBG_NAME()
800 if ( xInfo->hasPropertyByName(PROPERTY_HEADERON) ) in DBG_NAME()
802 if ( xInfo->hasPropertyByName(PROPERTY_FOOTERON) ) in DBG_NAME()
/aoo41x/main/svl/source/items/
H A Ditemprop.cxx158 sal_Bool SfxItemPropertyMap::hasPropertyByName( const ::rtl::OUString& rName ) const in hasPropertyByName() function in SfxItemPropertyMap
452 SfxItemPropertySetInfo::hasPropertyByName( const ::rtl::OUString& rName ) in hasPropertyByName() function in SfxItemPropertySetInfo
455 return m_pImpl->m_pOwnMap->hasPropertyByName( rName ); in hasPropertyByName()
494 SfxExtItemPropertySetInfo::hasPropertyByName( const rtl::OUString& rPropertyName ) in hasPropertyByName() function in SfxExtItemPropertySetInfo
497 return aExtMap.hasPropertyByName( rPropertyName ); in hasPropertyByName()
/aoo41x/main/cui/source/options/
H A Doptasian.cxx199 if(pImpl->xPrSetInfo.is() && pImpl->xPrSetInfo->hasPropertyByName(sPunct)) in FillItemSet()
215 if(pImpl->xPrSetInfo.is() && pImpl->xPrSetInfo->hasPropertyByName(sCompress)) in FillItemSet()
272 if(pImpl->xPrSetInfo->hasPropertyByName(sForbidden)) in Reset()
278 if(pImpl->xPrSetInfo->hasPropertyByName(sCompress)) in Reset()
284 if(pImpl->xPrSetInfo->hasPropertyByName(sPunct)) in Reset()
/aoo41x/main/xmloff/source/text/
H A Dtxtfldi.cxx965 if (xPropertySetInfo->hasPropertyByName(sPropertyOffset)) in PrepareField()
985 if (xPropertySetInfo->hasPropertyByName(sPropertySubType)) in PrepareField()
1174 if (xPropertySetInfo->hasPropertyByName(sPropertyFixed)) in PrepareField()
1183 if (xPropertySetInfo->hasPropertyByName(sPropertyAdjust)) in PrepareField()
1218 xPropertySetInfo->hasPropertyByName(sPropertyNumberFormat)) in PrepareField()
1697 if (xPropertySetInfo->hasPropertyByName(sPropertyFixed)) in PrepareField()
1940 hasPropertyByName( sPropertyIsFixedLanguage ) ) in PrepareField()
2022 xPropertySetInfo->hasPropertyByName(sPropertyNumberFormat)) in PrepareField()
2331 if (xPropertySetInfo->hasPropertyByName(sPropertyFixed)) in PrepareField()
2337 if (xPropertySetInfo->hasPropertyByName(sPropertyFileFormat)) in PrepareField()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Deditpropertyhandler.cxx206 && xPSI->hasPropertyByName( PROPERTY_HSCROLL ) in implHaveBothScrollBarProperties()
207 && xPSI->hasPropertyByName( PROPERTY_VSCROLL ); in implHaveBothScrollBarProperties()
219 && xPSI->hasPropertyByName( PROPERTY_RICHTEXT ) in implHaveTextTypeProperty()
220 && xPSI->hasPropertyByName( PROPERTY_MULTILINE ); in implHaveTextTypeProperty()
/aoo41x/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx272 !info->hasPropertyByName( in testEmpty2()
425 info->hasPropertyByName( in testFull()
428 info->hasPropertyByName( in testFull()
431 !info->hasPropertyByName( in testFull()
434 info->hasPropertyByName( in testFull()
437 !info->hasPropertyByName( in testFull()
/aoo41x/main/sw/source/ui/index/
H A Dcntex.cxx109 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp()
127 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp()
141 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetBOOLProp()
268 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_PARAGRAPH_STYLES)))) in CreateOrUpdateExample()
346 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_FORMAT)))) in CreateOrUpdateExample()
/aoo41x/main/vcl/source/components/
H A Ddisplay.cxx70 virtual ::sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw (RuntimeException);
146 ::sal_Bool SAL_CALL DisplayInfo::hasPropertyByName( const OUString& Name ) throw (RuntimeException) in hasPropertyByName() function in vcl::DisplayInfo
196 virtual ::sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw (RuntimeException);
288 ::sal_Bool SAL_CALL DisplayAccess::hasPropertyByName( const OUString& Name ) throw (RuntimeExceptio… in hasPropertyByName() function in vcl::DisplayAccess
/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx830 xPagePropSetInfo->hasPropertyByName( aHeaderString ) && in implExportShape()
837 xPagePropSetInfo->hasPropertyByName( aFooterString ) && in implExportShape()
844 xPagePropSetInfo->hasPropertyByName( aDateTimeString ) && in implExportShape()
851 xPagePropSetInfo->hasPropertyByName( aPageNumberString ) && in implExportShape()
1244 xDefaultPagePropSetInfo->hasPropertyByName( aHeaderText ) ) in IMPL_LINK()
1250 xDefaultPagePropSetInfo->hasPropertyByName( aFooterText ) ) in IMPL_LINK()
1256 xDefaultPagePropSetInfo->hasPropertyByName( aDateTimeText ) ) in IMPL_LINK()
1262 xDefaultPagePropSetInfo->hasPropertyByName( aPageNumberText ) ) in IMPL_LINK()
/aoo41x/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java101 if (xInfo.hasPropertyByName("Size100thMM")) in getImageSize()
113 else if (xInfo.hasPropertyByName("SizePixel")) in getImageSize()
151 if (xInfo.hasPropertyByName("MimeType")) in getMimeType()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx1050 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1068 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1078 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1091 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1097 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1103 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1109 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1125 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1136 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1145 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
[all …]
/aoo41x/main/basic/source/inc/
H A Dpropacc.hxx129 sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
147 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
176 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java94 if ( xPSI.hasPropertyByName( "LabelControl" ) ) in getLabel()
101 if ( xPSI.hasPropertyByName( "Label" ) ) in getLabel()
208 if ( ( null != xPSI ) && xPSI.hasPropertyByName( "ClassId" ) ) in classifyFormComponentType()
H A DFormLayer.java138 if ( xPSI.hasPropertyByName( "Border" ) ) in createControlAndShape()
143 if ( xPSI.hasPropertyByName( "VisualEffect" ) ) in createControlAndShape()
146 if ( xPSI.hasPropertyByName( "BorderColor" ) ) in createControlAndShape()
/aoo41x/main/dbaccess/source/sdbtools/connection/
H A Dtablename.cxx183 || !xPSI->hasPropertyByName( PROPERTY_CATALOGNAME ) in setTable()
184 || !xPSI->hasPropertyByName( PROPERTY_SCHEMANAME ) in setTable()
185 || !xPSI->hasPropertyByName( PROPERTY_NAME ) in setTable()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java200 if (xPSet.getPropertySetInfo().hasPropertyByName("FormatsSupplier")) in setNumberFormat()
202 if (xPSet.getPropertySetInfo().hasPropertyByName("NumberFormat")) in setNumberFormat()
206 else if (xPSet.getPropertySetInfo().hasPropertyByName("FormatKey")) in setNumberFormat()
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java296 … if (xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDER)) in changeBorderLayouts()
304 …if (DBControls[n].xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDE… in changeBorderLayouts()
413 if (xPropertySet.getPropertySetInfo().hasPropertyByName("TextColor")) in setDBControlColors()
420 if (xPropertySet.getPropertySetInfo().hasPropertyByName("BackgroundColor")) in setDBControlColors()

Completed in 477 milliseconds

12345678910>>...15