Home
last modified time | relevance | path

Searched refs:hasPropertyByName (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx110 if(xPropSetInfo->hasPropertyByName(PROPERTY_NAME)) in OFieldDescription()
114 if(xPropSetInfo->hasPropertyByName(PROPERTY_HELPTEXT)) in OFieldDescription()
128 if(xPropSetInfo->hasPropertyByName(PROPERTY_TYPE)) in OFieldDescription()
130 if (xPropSetInfo->hasPropertyByName(PROPERTY_TYPENAME)) in OFieldDescription()
134 if(xPropSetInfo->hasPropertyByName(PROPERTY_SCALE)) in OFieldDescription()
146 if(xPropSetInfo->hasPropertyByName(PROPERTY_WIDTH)) in OFieldDescription()
148 if(xPropSetInfo->hasPropertyByName(PROPERTY_HIDDEN)) in OFieldDescription()
150 if(xPropSetInfo->hasPropertyByName(PROPERTY_ALIGN)) in OFieldDescription()
633 if(xInfo->hasPropertyByName(PROPERTY_RELATIVEPOSITION)) in copyColumnSettingsTo()
635 if(xInfo->hasPropertyByName(PROPERTY_WIDTH)) in copyColumnSettingsTo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx112 if(xPropSetInfo->hasPropertyByName(PROPERTY_NAME)) in OFieldDescription()
116 if(xPropSetInfo->hasPropertyByName(PROPERTY_HELPTEXT)) in OFieldDescription()
130 if(xPropSetInfo->hasPropertyByName(PROPERTY_TYPE)) in OFieldDescription()
132 if (xPropSetInfo->hasPropertyByName(PROPERTY_TYPENAME)) in OFieldDescription()
136 if(xPropSetInfo->hasPropertyByName(PROPERTY_SCALE)) in OFieldDescription()
148 if(xPropSetInfo->hasPropertyByName(PROPERTY_WIDTH)) in OFieldDescription()
150 if(xPropSetInfo->hasPropertyByName(PROPERTY_HIDDEN)) in OFieldDescription()
152 if(xPropSetInfo->hasPropertyByName(PROPERTY_ALIGN)) in OFieldDescription()
635 if(xInfo->hasPropertyByName(PROPERTY_RELATIVEPOSITION)) in copyColumnSettingsTo()
637 if(xInfo->hasPropertyByName(PROPERTY_WIDTH)) in copyColumnSettingsTo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLTextNumRuleInfo.cxx68 if( !xPropSetInfo->hasPropertyByName( "NumberingLevel" ) ) in Set()
73 if( xPropSetInfo->hasPropertyByName( "NumberingRules" ) ) in Set()
111 hasPropertyByName( "NumberingIsOutline" ) ) in Set()
138 if( xPropSetInfo->hasPropertyByName( "ListId" ) ) in Set()
144 if( xPropSetInfo->hasPropertyByName( "ContinueingPreviousSubTree" ) ) in Set()
150 if( xPropSetInfo->hasPropertyByName( "NumberingIsNumber" ) ) in Set()
161 if( xPropSetInfo->hasPropertyByName( "ParaIsNumberingRestart" ) ) in Set()
165 if( xPropSetInfo->hasPropertyByName( "NumberingStartValue" ) ) in Set()
190 xPropSetInfo->hasPropertyByName( "ListLabelString" ) ) in Set()
H A Dtxtstyli.cxx192 if( xPropSetInfo->hasPropertyByName( sIsAutoUpdate ) ) in CreateAndInsert()
200 xPropSetInfo->hasPropertyByName("Category") && in CreateAndInsert()
259 if( xPropSetInfo->hasPropertyByName( sOutlineLevel )) in Finish()
270 xPropSetInfo->hasPropertyByName( sNumberingStyleName ) ) in Finish()
335 xPropSetInfo->hasPropertyByName("DropCapCharStyleName")) in Finish()
355 xPropSetInfo->hasPropertyByName( sPageDescName ) ) in Finish()
433 if ( xInfo->hasPropertyByName( sAutoProp ) ) in FillPropertySet()
478 …SAL_WARN_IF( !rPropSet->getPropertySetInfo()->hasPropertyByName( sIsSplitAllowed ), "xmloff", "pro… in FillPropertySet()
487 …SAL_WARN_IF( !rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), "xmloff", "… in FillPropertySet()
558 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet()
[all …]
H A DXMLTextMasterPageContext.cxx149 if( !bNew && xPropSetInfo->hasPropertyByName( sIsPhysical ) ) in XMLTextMasterPageContext()
166 if ( xPropSetInfo->hasPropertyByName( "GridDisplay" ) ) in XMLTextMasterPageContext()
169 if ( xPropSetInfo->hasPropertyByName( "GridPrint" ) ) in XMLTextMasterPageContext()
277 if( xPropSetInfo->hasPropertyByName( gsFollowStyle ) ) in Finish()
295 if ( xPropSetInfo->hasPropertyByName( "Hidden" ) ) in Finish()
H A Dtxtparae.cxx1621 if (xInfo->hasPropertyByName( gsTextSection )) in exportText()
2483 if (bkmkPropInfo->hasPropertyByName(sHidden)) in exportTextMark()
2516 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar()
2630 if( xPropSetInfo->hasPropertyByName( gsWidthType ) ) in addTextFrameAttributes()
2634 if( xPropSetInfo->hasPropertyByName( gsWidth ) ) in addTextFrameAttributes()
2686 if( xPropSetInfo->hasPropertyByName( gsSizeType ) ) in addTextFrameAttributes()
2700 if( xPropSetInfo->hasPropertyByName( gsHeight ) ) in addTextFrameAttributes()
2748 if( xPropSetInfo->hasPropertyByName( sZOrder ) ) in addTextFrameAttributes()
3259 if( rPropSetInfo->hasPropertyByName( gsTitle ) ) in exportTitleAndDescription()
3272 if( rPropSetInfo->hasPropertyByName( gsDescription ) ) in exportTitleAndDescription()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLTextNumRuleInfo.cxx67 if( !xPropSetInfo->hasPropertyByName( "NumberingLevel" ) ) in Set()
72 if( xPropSetInfo->hasPropertyByName( "NumberingRules" ) ) in Set()
110 hasPropertyByName( "NumberingIsOutline" ) ) in Set()
137 if( xPropSetInfo->hasPropertyByName( "ListId" ) ) in Set()
143 if( xPropSetInfo->hasPropertyByName( "ContinueingPreviousSubTree" ) ) in Set()
149 if( xPropSetInfo->hasPropertyByName( "NumberingIsNumber" ) ) in Set()
160 if( xPropSetInfo->hasPropertyByName( "ParaIsNumberingRestart" ) ) in Set()
164 if( xPropSetInfo->hasPropertyByName( "NumberingStartValue" ) ) in Set()
189 xPropSetInfo->hasPropertyByName( "ListLabelString" ) ) in Set()
H A Dtxtstyli.cxx208 if( xPropSetInfo->hasPropertyByName( sIsAutoUpdate ) ) in CreateAndInsert()
216 xPropSetInfo->hasPropertyByName("Category") && in CreateAndInsert()
275 if( xPropSetInfo->hasPropertyByName( sOutlineLevel )) in Finish()
286 xPropSetInfo->hasPropertyByName( sNumberingStyleName ) ) in Finish()
351 xPropSetInfo->hasPropertyByName("DropCapCharStyleName")) in Finish()
370 xPropSetInfo->hasPropertyByName( sPageDescName ) ) in Finish()
449 if ( xInfo->hasPropertyByName( sAutoProp ) ) in FillPropertySet()
494 …SAL_WARN_IF( !rPropSet->getPropertySetInfo()->hasPropertyByName( sIsSplitAllowed ), "xmloff", "pro… in FillPropertySet()
503 …SAL_WARN_IF( !rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), "xmloff", "… in FillPropertySet()
568 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet()
[all …]
H A Dtxtparae.cxx1659 if (xInfo->hasPropertyByName( gsTextSection )) in exportText()
2493 if (bkmkPropInfo->hasPropertyByName(sHidden)) in exportTextMark()
2527 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar()
2641 if( xPropSetInfo->hasPropertyByName( gsWidthType ) ) in addTextFrameAttributes()
2645 if( xPropSetInfo->hasPropertyByName( gsWidth ) ) in addTextFrameAttributes()
2697 if( xPropSetInfo->hasPropertyByName( gsSizeType ) ) in addTextFrameAttributes()
2711 if( xPropSetInfo->hasPropertyByName( gsHeight ) ) in addTextFrameAttributes()
2759 if( xPropSetInfo->hasPropertyByName( sZOrder ) ) in addTextFrameAttributes()
3262 if( rPropSetInfo->hasPropertyByName( gsTitle ) ) in exportTitleAndDescription()
3275 if( rPropSetInfo->hasPropertyByName( gsDescription ) ) in exportTitleAndDescription()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DPropertySetMerger.cxx65 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) override;
90 if( mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in setPropertyValue()
102 if( mxPropSet1Info->hasPropertyByName( PropertyName ) ) in getPropertyValue()
131 if( mxPropSet1Info->hasPropertyByName( PropertyName ) ) in getPropertyState()
168 if( mxPropSet1State.is() && mxPropSet1Info->hasPropertyByName( PropertyName ) ) in setPropertyToDefault()
183 if( mxPropSet1State.is() && mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in getPropertyDefault()
212 if( mxPropSet1Info->hasPropertyByName( aName ) ) in getPropertyByName()
218 sal_Bool SAL_CALL PropertySetMergerImpl::hasPropertyByName( const OUString& Name ) in hasPropertyByName() function in PropertySetMergerImpl
220 if(mxPropSet1Info->hasPropertyByName( Name ) ) in hasPropertyByName()
223 return mxPropSet2Info->hasPropertyByName( Name ); in hasPropertyByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DPropertySetMerger.cxx63 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) override;
86 if( mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in setPropertyValue()
98 if( mxPropSet1Info->hasPropertyByName( PropertyName ) ) in getPropertyValue()
127 if( mxPropSet1Info->hasPropertyByName( PropertyName ) ) in getPropertyState()
164 if( mxPropSet1State.is() && mxPropSet1Info->hasPropertyByName( PropertyName ) ) in setPropertyToDefault()
179 if( mxPropSet1State.is() && mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in getPropertyDefault()
208 if( mxPropSet1Info->hasPropertyByName( aName ) ) in getPropertyByName()
214 sal_Bool SAL_CALL PropertySetMergerImpl::hasPropertyByName( const OUString& Name ) in hasPropertyByName() function in PropertySetMergerImpl
216 if(mxPropSet1Info->hasPropertyByName( Name ) ) in hasPropertyByName()
219 return mxPropSet2Info->hasPropertyByName( Name ); in hasPropertyByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontrolfactory.cxx158 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
371 …if ( xSourcePropInfo->hasPropertyByName( sPropertyName ) && xDestPropInfo->hasPropertyByName( sPro… in lcl_initializeCharacterAttributes()
418 if ( xPSI->hasPropertyByName( FM_PROP_DROPDOWN ) ) in initializeControlModel()
453 if ( xPSI->hasPropertyByName( sScaleModeProperty ) ) in initializeControlModel()
460 if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in initializeControlModel()
490 if ( xPSI->hasPropertyByName( FM_PROP_STRICTFORMAT ) ) in initializeControlModel()
496 if ( xPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in initializeControlModel()
501 if ( xPSI->hasPropertyByName( FM_PROP_WRITING_MODE ) ) in initializeControlModel()
561 if ( xFieldPSI->hasPropertyByName( FM_PROP_FORMATKEY ) ) in initializeFieldDependentProperties()
583 if ( xModelPSI->hasPropertyByName( FM_PROP_VALUEMIN ) in initializeFieldDependentProperties()
[all …]
H A Dfmcontrollayout.cxx167 if ( xStylePSI->hasPropertyByName( sCharLocalePropertyName ) ) in lcl_initializeControlFont()
175 if ( xStylePSI->hasPropertyByName( sCharLocalePropertyName ) ) in lcl_initializeControlFont()
252 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in initializeControlLayout()
265 && ( xPSI->hasPropertyByName( FM_PROP_BORDERCOLOR ) ) in initializeControlLayout()
271 if ( xPSI->hasPropertyByName( FM_PROP_VISUALEFFECT ) ) in initializeControlLayout()
278 && xPSI->hasPropertyByName( FM_PROP_FONT ) in initializeControlLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dformpdfexport.cxx318 if ( xPSI->hasPropertyByName( FM_PROP_TEXT ) ) in describePDFControl()
320 else if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in describePDFControl()
331 if ( xPSI->hasPropertyByName( FM_PROP_READONLY ) ) in describePDFControl()
339 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in describePDFControl()
372 if ( xPSI->hasPropertyByName( FM_PROP_TEXTCOLOR ) ) in describePDFControl()
387 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in describePDFControl()
398 if ( xPSI->hasPropertyByName( FM_PROP_ALIGN ) ) in describePDFControl()
434 if ( xPSI->hasPropertyByName( FM_PROP_FONT ) ) in describePDFControl()
444 if ( xPSI->hasPropertyByName( aTabIndexString ) ) in describePDFControl()
465 if ( xPSI->hasPropertyByName( sEchoCharPropName ) ) in describePDFControl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontrolfactory.cxx158 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
371 …if ( xSourcePropInfo->hasPropertyByName( sPropertyName ) && xDestPropInfo->hasPropertyByName( sPro… in lcl_initializeCharacterAttributes()
418 if ( xPSI->hasPropertyByName( FM_PROP_DROPDOWN ) ) in initializeControlModel()
453 if ( xPSI->hasPropertyByName( sScaleModeProperty ) ) in initializeControlModel()
460 if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in initializeControlModel()
490 if ( xPSI->hasPropertyByName( FM_PROP_STRICTFORMAT ) ) in initializeControlModel()
496 if ( xPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in initializeControlModel()
501 if ( xPSI->hasPropertyByName( FM_PROP_WRITING_MODE ) ) in initializeControlModel()
561 if ( xFieldPSI->hasPropertyByName( FM_PROP_FORMATKEY ) ) in initializeFieldDependentProperties()
583 if ( xModelPSI->hasPropertyByName( FM_PROP_VALUEMIN ) in initializeFieldDependentProperties()
[all …]
H A Dfmcontrollayout.cxx166 if ( xStylePSI->hasPropertyByName( sCharLocalePropertyName ) ) in lcl_initializeControlFont()
174 if ( xStylePSI->hasPropertyByName( sCharLocalePropertyName ) ) in lcl_initializeControlFont()
251 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in initializeControlLayout()
264 && ( xPSI->hasPropertyByName( FM_PROP_BORDERCOLOR ) ) in initializeControlLayout()
270 if ( xPSI->hasPropertyByName( FM_PROP_VISUALEFFECT ) ) in initializeControlLayout()
277 && xPSI->hasPropertyByName( FM_PROP_FONT ) in initializeControlLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dformpdfexport.cxx317 if ( xPSI->hasPropertyByName( FM_PROP_TEXT ) ) in describePDFControl()
319 else if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in describePDFControl()
330 if ( xPSI->hasPropertyByName( FM_PROP_READONLY ) ) in describePDFControl()
338 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in describePDFControl()
371 if ( xPSI->hasPropertyByName( FM_PROP_TEXTCOLOR ) ) in describePDFControl()
386 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in describePDFControl()
397 if ( xPSI->hasPropertyByName( FM_PROP_ALIGN ) ) in describePDFControl()
433 if ( xPSI->hasPropertyByName( FM_PROP_FONT ) ) in describePDFControl()
443 if ( xPSI->hasPropertyByName( aTabIndexString ) ) in describePDFControl()
464 if ( xPSI->hasPropertyByName( sEchoCharPropName ) ) in describePDFControl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrformsh.cxx110 if( xPropInfoSet->hasPropertyByName( sTargetURL )) in Execute()
118 if( xPropInfoSet->hasPropertyByName(sLabel) ) in Execute()
184 if(xInfo->hasPropertyByName( "ButtonType" )) in GetState()
191 if(xInfo->hasPropertyByName( "Label" )) in GetState()
202 if(xInfo->hasPropertyByName( "TargetURL" )) in GetState()
213 if(xInfo->hasPropertyByName( "TargetFrame" )) in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrformsh.cxx117 if( xPropInfoSet->hasPropertyByName( sTargetURL )) in Execute()
125 if( xPropInfoSet->hasPropertyByName(sLabel) ) in Execute()
191 if(xInfo->hasPropertyByName( "ButtonType" )) in GetState()
198 if(xInfo->hasPropertyByName( "Label" )) in GetState()
209 if(xInfo->hasPropertyByName( "TargetURL" )) in GetState()
220 if(xInfo->hasPropertyByName( "TargetFrame" )) in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dstyleexp.cxx138 if( xPropSetInfo->hasPropertyByName( gsIsPhysical ) ) in exportStyle()
167 if ( xPropSetInfo->hasPropertyByName( "Hidden" ) ) in exportStyle()
191 if( xPropSetInfo->hasPropertyByName( gsFollowStyle ) ) in exportStyle()
204 if( xPropSetInfo->hasPropertyByName( gsIsAutoUpdate ) ) in exportStyle()
214 if( xPropSetInfo->hasPropertyByName( gsOutlineLevel ) ) in exportStyle()
244 if( xPropSetInfo->hasPropertyByName( gsNumberingStyleName ) ) in exportStyle()
472 if (xPropSetInfo->hasPropertyByName( gsFollowStyle )) in exportStyleFamily()
505 if (xPropSetInfo->hasPropertyByName( gsIsPhysical )) in exportStyleFamily()
515 if (!xPropSetInfo->hasPropertyByName( gsFollowStyle )) in exportStyleFamily()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dstyleexp.cxx142 if( xPropSetInfo->hasPropertyByName( gsIsPhysical ) ) in exportStyle()
171 if ( xPropSetInfo->hasPropertyByName( "Hidden" ) ) in exportStyle()
199 if( xPropSetInfo->hasPropertyByName( gsFollowStyle ) ) in exportStyle()
212 if( xPropSetInfo->hasPropertyByName( gsIsAutoUpdate ) ) in exportStyle()
222 if( xPropSetInfo->hasPropertyByName( gsOutlineLevel ) ) in exportStyle()
252 if( xPropSetInfo->hasPropertyByName( gsNumberingStyleName ) ) in exportStyle()
480 if (xPropSetInfo->hasPropertyByName( gsFollowStyle )) in exportStyleFamily()
514 if (xPropSetInfo->hasPropertyByName( gsIsPhysical )) in exportStyleFamily()
524 if (!xPropSetInfo->hasPropertyByName( gsFollowStyle )) in exportStyleFamily()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/property/
H A Dpropertysetinfo.cxx48 bool hasPropertyByName( const OUString& aName ) throw();
121 bool PropertyMapImpl::hasPropertyByName( const OUString& aName ) throw() in hasPropertyByName() function in PropertyMapImpl
180 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( const OUString& Name ) in hasPropertyByName() function in PropertySetInfo
182 return mpImpl->hasPropertyByName( Name ); in hasPropertyByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/property/
H A Dpropertysetinfo.cxx48 bool hasPropertyByName( const OUString& aName ) noexcept;
121 bool PropertyMapImpl::hasPropertyByName( const OUString& aName ) noexcept in hasPropertyByName() function in PropertyMapImpl
180 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( const OUString& Name ) in hasPropertyByName() function in PropertySetInfo
182 return mpImpl->hasPropertyByName( Name ); in hasPropertyByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx198 if ( xPSI->hasPropertyByName( PROPERTY_DEFAULTVALUE ) ) in OQueryColumn()
217 if ( xPSI->hasPropertyByName( aProp.sName ) ) in OQueryColumn()
344 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ? HAS_DESCRIPTION : 0; in OColumnWrapper()
345 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ? HAS_DEFAULTVALUE : 0; in OColumnWrapper()
346 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_ISROWVERSION) ? HAS_ROWVERSION : 0; in OColumnWrapper()
347 …m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ? HAS_AUTOINCREMENT_CREAT… in OColumnWrapper()
348 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_CATALOGNAME) ? HAS_CATALOGNAME : 0; in OColumnWrapper()
349 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_SCHEMANAME) ? HAS_SCHEMANAME : 0; in OColumnWrapper()
350 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_TABLENAME) ? HAS_TABLENAME : 0; in OColumnWrapper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx201 if ( xPSI->hasPropertyByName( PROPERTY_DEFAULTVALUE ) ) in OQueryColumn()
220 if ( xPSI->hasPropertyByName( aProp.sName ) ) in OQueryColumn()
346 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ? HAS_DESCRIPTION : 0; in OColumnWrapper()
347 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ? HAS_DEFAULTVALUE : 0; in OColumnWrapper()
348 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_ISROWVERSION) ? HAS_ROWVERSION : 0; in OColumnWrapper()
349 …m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ? HAS_AUTOINCREMENT_CREAT… in OColumnWrapper()
350 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_CATALOGNAME) ? HAS_CATALOGNAME : 0; in OColumnWrapper()
351 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_SCHEMANAME) ? HAS_SCHEMANAME : 0; in OColumnWrapper()
352 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_TABLENAME) ? HAS_TABLENAME : 0; in OColumnWrapper()

12345678910>>...30