| /trunk/main/reportdesign/source/core/api/ |
| H A D | Shape.cxx | 65 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in DBG_NAME() 70 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME() 79 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OShape() 85 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in OShape() 86 m_aProps.aComponent.m_xFactory = _xFactory; in OShape() 95 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape() 117 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 164 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent) 165 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent) 166 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent) [all …]
|
| H A D | ImageControl.cxx | 124 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in DBG_NAME() 129 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in DBG_NAME() 137 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OImageControl() 142 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in OImageControl() 143 m_aProps.aComponent.m_xFactory = _xFactory; in OImageControl() 146 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl() 168 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 214 REPORTCOMPONENT_IMPL(OImageControl,m_aProps.aComponent) 215 REPORTCOMPONENT_IMPL2(OImageControl,m_aProps.aComponent) 222 return m_aProps.aFormatProperties.sHyperLinkURL; in REPORTCOMPONENT_NOMASTERDETAIL() [all …]
|
| H A D | FixedText.cxx | 57 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in DBG_NAME() 60 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in DBG_NAME() 61 m_aProps.aComponent.m_nBorder = 0; // no border in DBG_NAME() 69 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OFixedText() 72 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in OFixedText() 73 m_aProps.aComponent.m_nBorder = 0; // no border in OFixedText() 74 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedText() 77 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText() 97 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 146 REPORTCOMPONENT_IMPL(OFixedText,m_aProps.aComponent) [all …]
|
| H A D | FormattedField.cxx | 64 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in DBG_NAME() 68 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME() 76 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OFormattedField() 80 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField() 81 m_aProps.aComponent.m_xFactory = _xFactory; in OFormattedField() 84 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField() 105 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 148 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent) 149 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent) 151 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL() [all …]
|
| H A D | FixedLine.cxx | 144 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in DBG_NAME() 151 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in DBG_NAME() 152 m_aProps.aComponent.m_nWidth = MIN_WIDTH; in DBG_NAME() 161 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OFixedLine() 168 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in OFixedLine() 169 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedLine() 187 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedLine() 212 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 257 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent) 370 …uno::Reference< report::XFixedLine> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone() [all …]
|
| H A D | ReportDefinition.cxx | 676 ,m_aProps(new OReportComponentProperties(_xContext)) in DBG_NAME() 680 m_aProps->m_sName = RPT_RESSTRING(RID_STR_REPORT,m_aProps->m_xContext->getServiceManager()); in DBG_NAME() 684 m_pImpl->m_xGroups = new OGroups(this,m_aProps->m_xContext); in DBG_NAME() 685 m_pImpl->m_xDetail = new OSection(this,m_aProps->m_xContext); in DBG_NAME() 686 …m_pImpl->m_xDetail->setName(RPT_RESSTRING(RID_STR_DETAIL,m_aProps->m_xContext->getServiceManager()… in DBG_NAME() 696 ,m_aProps(new OReportComponentProperties(_xContext)) in OReportDefinition() 699 m_aProps->m_sName = RPT_RESSTRING(RID_STR_REPORT,m_aProps->m_xContext->getServiceManager()); in OReportDefinition() 700 m_aProps->m_xFactory = _xFactory; in OReportDefinition() 703 m_aProps->setShape(_xShape,this,m_refCount); in OReportDefinition() 705 m_pImpl->m_xGroups = new OGroups(this,m_aProps->m_xContext); in OReportDefinition() [all …]
|
| H A D | Group.cxx | 134 return m_aProps.m_eSortAscending; in getSortAscending() 139 set(PROPERTY_SORTASCENDING,_sortascending,m_aProps.m_eSortAscending); in setSortAscending() 205 return m_aProps.m_nGroupOn; in getGroupOn() 215 set(PROPERTY_GROUPON,_groupon,m_aProps.m_nGroupOn); in setGroupOn() 221 return m_aProps.m_nGroupInterval; in getGroupInterval() 226 set(PROPERTY_GROUPINTERVAL,_groupinterval,m_aProps.m_nGroupInterval); in setGroupInterval() 232 return m_aProps.m_nKeepTogether; in getKeepTogether() 242 set(PROPERTY_KEEPTOGETHER,_keeptogether,m_aProps.m_nKeepTogether); in setKeepTogether() 253 return m_aProps.m_sExpression; in getExpression() 258 set(PROPERTY_EXPRESSION,_expression,m_aProps.m_sExpression); in setExpression() [all …]
|
| /trunk/main/ucbhelper/source/provider/ |
| H A D | resultsetmetadata.cxx | 95 m_aProps( rProps ), in ResultSetMetaData() 107 m_aProps( rProps ), in ResultSetMetaData() 151 return m_aProps.getLength(); in getColumnCount() 164 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isAutoIncrement() 175 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCaseSensitive() 191 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSearchable() 206 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCurrency() 222 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isNullable() 237 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSigned() 252 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnDisplaySize() [all …]
|
| /trunk/main/reportdesign/source/core/inc/ |
| H A D | Tools.hxx | 96 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setSize() 98 … ::com::sun::star::awt::Size aOldSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in setSize() 101 _pShape->m_aProps.aComponent.m_nWidth = aOldSize.Width; in setSize() 102 _pShape->m_aProps.aComponent.m_nHeight = aOldSize.Height; in setSize() 103 _pShape->m_aProps.aComponent.m_xShape->setSize(aSize); in setSize() 106 _pShape->set(PROPERTY_WIDTH,aSize.Width,_pShape->m_aProps.aComponent.m_nWidth); in setSize() 107 _pShape->set(PROPERTY_HEIGHT,aSize.Height,_pShape->m_aProps.aComponent.m_nHeight); in setSize() 112 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getSize() 114 … ::com::sun::star::awt::Size aSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in getSize() 118 …return ::com::sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aCompon… in getSize() [all …]
|
| /trunk/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_content.cxx | 162 m_aProps( rProps ), in Content() 176 m_aProps( lcl_getContentType( Info.Type ), rtl::OUString() ), // no Title (yet) in Content() 222 if ( !m_aProps.isContentCreator() ) in queryInterface() 245 if ( m_aProps.isContentCreator() ) in getTypes() 337 if ( m_aProps.getType() == STREAM ) in getSupportedServiceNames() 340 else if ( m_aProps.getType() == FOLDER ) in getSupportedServiceNames() 343 else if ( m_aProps.getType() == DOCUMENT ) in getSupportedServiceNames() 364 return m_aProps.getContentType(); in getContentType() 506 ContentType eType = m_aProps.getType(); in execute() 569 ContentType eType = m_aProps.getType(); in execute() [all …]
|
| H A D | tdoc_contentcaps.cxx | 105 if ( m_aProps.getType() == STREAM ) in getProperties() 165 else if ( m_aProps.getType() == FOLDER ) in getProperties() 233 else if ( m_aProps.getType() == DOCUMENT ) in getProperties() 310 OSL_ENSURE( m_aProps.getType() == ROOT, "Wrong content type!" ); in getProperties() 372 if ( m_aProps.getType() == STREAM ) in getCommands() 502 else if ( m_aProps.getType() == FOLDER ) in getCommands() 578 else if ( m_aProps.getType() == DOCUMENT ) in getCommands() 652 OSL_ENSURE( m_aProps.getType() == ROOT, "Wrong content type!" ); in getCommands()
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | ContentHelper.cxx | 143 ::rtl::OUStringBuffer aHierarchicalName( m_pImpl->m_aProps.aTitle ); in impl_getHierarchicalName() 172 if ( !m_pImpl->m_aProps.aContentType ) in getContentType() 174 m_pImpl->m_aProps.aContentType.reset( determineContentType() ); in getContentType() 177 return *m_pImpl->m_aProps.aContentType; in getContentType() 366 aValue.Value >>= m_pImpl->m_aProps.aTitle; in initialize() 370 aValue.Value >>= m_pImpl->m_aProps.sPersistentName; in initialize() 424 if ( aNewValue != m_pImpl->m_aProps.aTitle ) in setPropertyValues() 427 aEvent.OldValue = makeAny( m_pImpl->m_aProps.aTitle ); in setPropertyValues() 432 …OSL_ENSURE( m_pImpl->m_aProps.aTitle == aNewValue, "OContentHelper::setPropertyValues('Title'): re… in setPropertyValues() 511 xRow->appendString ( rProp, m_pImpl->m_aProps.aTitle ); in getPropertyValues() [all …]
|
| H A D | documentdefinition.cxx | 682 REGISTER_PROPERTY_BV( NAME, m_pImpl->m_aProps.aTitle ); in IMPLEMENT_FORWARD_XINTERFACE3() 683 REGISTER_PROPERTY ( AS_TEMPLATE, m_pImpl->m_aProps.bAsTemplate ); in IMPLEMENT_FORWARD_XINTERFACE3() 684 REGISTER_PROPERTY ( PERSISTENT_NAME, m_pImpl->m_aProps.sPersistentName ); in IMPLEMENT_FORWARD_XINTERFACE3() 694 if ( m_pImpl->m_aProps.sPersistentName.getLength() ) in getFastPropertyValue() 699 aBuffer.append( m_pImpl->m_aProps.sPersistentName ); in getFastPropertyValue() 1098 OSL_ENSURE( m_pImpl->m_aProps.sPersistentName.getLength(), in onCommandOpenSomething() 1100 if ( !m_pImpl->m_aProps.sPersistentName.getLength() ) in onCommandOpenSomething() 1153 if ( !m_bForm && m_pImpl->m_aProps.bAsTemplate && !m_bOpenInDesign ) in onCommandOpenSomething() 1238 xStorage->copyElementTo(m_pImpl->m_aProps.sPersistentName,xDest,sPersistentName); in execute() 1277 xStorage->removeElement(m_pImpl->m_aProps.sPersistentName); in execute() [all …]
|
| H A D | documentcontainer.cxx | 151 &m_pImpl->m_aProps.aTitle, ::getCppuType(&m_pImpl->m_aProps.aTitle)); in DBG_NAME() 193 if ( aFind->second->m_aProps.bIsFolder ) in createObject() 319 pElementImpl->m_aProps.aTitle = sName; in createInstanceWithArguments() 321 pElementImpl->m_aProps.sPersistentName = sPersistentName; in createInstanceWithArguments() 322 pElementImpl->m_aProps.bAsTemplate = bAsTemplate; in createInstanceWithArguments() 381 pElementImpl->m_aProps.aTitle = sName; in createInstanceWithArguments() 808 if ( newName.equals( m_pImpl->m_aProps.aTitle ) ) in rename() 812 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename() 817 m_pImpl->m_aProps.aTitle = newName; in rename()
|
| H A D | ComponentDefinition.cxx | 125 &rDefinition.m_aProps.aTitle, ::getCppuType(&rDefinition.m_aProps.aTitle)); in DBG_NAME() 168 m_pImpl->m_aProps.aTitle = _rElementName; in OComponentDefinition() 169 …DBG_ASSERT(m_pImpl->m_aProps.aTitle.getLength() != 0, "OComponentDefinition::OComponentDefinition … in OComponentDefinition()
|
| H A D | commanddefinition.cxx | 158 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename() 163 m_pImpl->m_aProps.aTitle = newName; in rename()
|
| H A D | definitioncontainer.cxx | 148 m_pImpl->m_aProps.bIsDocument = sal_False; in DBG_NAME() 149 m_pImpl->m_aProps.bIsFolder = sal_True; in DBG_NAME() 604 pImpl->m_aProps.aTitle = _rName; in implAppend()
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkgcontent.cxx | 267 m_aProps( rProps ), in Content() 285 m_aProps( Info.Type ), in Content() 460 return m_aProps.aContentType; in getContentType() 755 return m_aProps.getCreatableContentsInfo( m_aUri ); in queryCreatableContentsInfo() 1091 m_aProps, in getPropertyValues() 1187 if ( aNewValue != m_aProps.aTitle ) in setPropertyValues() 1227 if ( aNewValue != m_aProps.aMediaType ) in setPropertyValues() 1230 aEvent.OldValue = uno::makeAny( m_aProps.aMediaType ); in setPropertyValues() 1233 m_aProps.aMediaType = aNewValue; in setPropertyValues() 1260 if ( m_aProps.bIsDocument ) in setPropertyValues() [all …]
|
| /trunk/main/ucb/source/ucp/odma/ |
| H A D | odma_content.cxx | 81 ,m_aProps(_rProps) in Content() 85 OSL_ENSURE(m_aProps.is(),"No valid ContentPropeties!"); in Content() 405 … activeDataStreamer->setStream(new OOdmaStream(m_pContent,getContentProvider(),m_aProps)); in execute() 427 getContentProvider()->closeDocument(m_aProps->m_sDocumentId); in execute() 438 if(!getContentProvider()->deleteDocument(m_aProps)) in execute() 482 ::rtl::Reference<ContentProperties> aProp = m_aProps; in execute() 844 m_aProps, in getPropertyValues() 882 changePropertyValue(rValue,n,m_aProps->m_sTitle,nChanged,aRet,aChanges); in setPropertyValues() 886 changePropertyValue(rValue,n,m_aProps->m_sAuthor,nChanged,aRet,aChanges); in setPropertyValues() 890 changePropertyValue(rValue,n,m_aProps->m_sKeywords,nChanged,aRet,aChanges); in setPropertyValues() [all …]
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontent.cxx | 136 m_aProps( rProps ), in HierarchyContent() 152 m_aProps( Info.Type.equalsAsciiL( in HierarchyContent() 343 return m_aProps.getContentType(); in getContentType() 628 return m_aProps.getCreatableContentsInfo(); in queryCreatableContentsInfo() 741 return aEntry.setData( m_aProps.getHierarchyEntryData(), sal_True ); in storeData() 752 m_aProps.getHierarchyEntryData() ); in renameData() 767 if ( m_aProps.getIsFolder() ) in setKind() 1131 m_aProps, in getPropertyValues() 1225 if ( aNewValue != m_aProps.getTitle() ) in setPropertyValues() 1231 aOldTitle = m_aProps.getTitle(); in setPropertyValues() [all …]
|
| /trunk/main/package/source/xstor/ |
| H A D | owriteablestream.cxx | 429 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in IsEncrypted() 431 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in IsEncrypted() 433 if ( !( m_aProps[nInd].Value >>= bToBeEncr ) ) in IsEncrypted() 480 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetDecrypted() 482 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetDecrypted() 483 m_aProps[nInd].Value <<= sal_False; in SetDecrypted() 504 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetEncrypted() 506 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetEncrypted() 507 m_aProps[nInd].Value <<= sal_True; in SetEncrypted() 850 for ( sal_Int32 nMemInd = 0; nMemInd < m_aProps.getLength(); nMemInd++ ) in InsertStreamDirectly() [all …]
|
| /trunk/main/connectivity/source/sdbcx/ |
| H A D | VKey.cxx | 77 , m_aProps(new KeyProperties()) in OKey() 85 ,m_aProps(_rProps) in OKey() 139 …(PROPERTY_ID_REFERENCEDTABLE), PROPERTY_ID_REFERENCEDTABLE, nAttrib,&m_aProps->m_ReferencedTabl… in construct() 140 …(PROPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_aProps->m_Type, … in construct() 141 …(PROPERTY_ID_UPDATERULE), PROPERTY_ID_UPDATERULE, nAttrib,&m_aProps->m_UpdateRule, … in construct() 142 …(PROPERTY_ID_DELETERULE), PROPERTY_ID_DELETERULE, nAttrib,&m_aProps->m_DeleteRule, … in construct()
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | ContentProperties.hxx | 196 ContentProperties m_aProps; member in http_dav_ucp::CachableContentProperties 212 { return m_aProps.containsAllNames( rProps, rNamesNotContained ); } in containsAllNames() 216 { return m_aProps.getValue( rName ); } in getValue() 218 operator const ContentProperties & () const { return m_aProps; } in operator const ContentProperties&()
|
| /trunk/main/ucbhelper/workben/myucp/ |
| H A D | myucp_content.cxx | 638 m_aProps, in getPropertyValues() 707 if ( aNewValue != m_aProps.aTitle ) in setPropertyValues() 710 aEvent.OldValue = uno::makeAny( m_aProps.aTitle ); in setPropertyValues() 715 m_aProps.aTitle = aNewValue; in setPropertyValues() 885 if ( m_aProps.xxxx == yyyyy ) in insert()
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | ADatabaseMetaDataImpl.cxx | 450 m_aProps->m_Type = MapKeyRule(m_aKey.get_Type()); in fillPropertyValues() 452 m_aProps->m_ReferencedTable = m_aKey.get_RelatedTable(); in fillPropertyValues() 453 m_aProps->m_UpdateRule = MapRule(m_aKey.get_UpdateRule()); in fillPropertyValues() 454 m_aProps->m_DeleteRule = MapRule(m_aKey.get_DeleteRule()); in fillPropertyValues()
|