Home
last modified time | relevance | path

Searched refs:m_aProps (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/reportdesign/source/core/api/
H A DShape.cxx70m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME()
85m_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()
284 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
358 m_aProps.addContainerListener(xListener); in addContainerListener()
374 return m_aProps.hasElements(); in hasElements()
380 m_aProps.insertByIndex(Index,Element); in insertByIndex()
385 m_aProps.removeByIndex(Index); in removeByIndex()
391 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
397 return m_aProps.getCount(); in getCount()
[all …]
H A DImageControl.cxx129m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in DBG_NAME()
142m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in OImageControl()
315 return m_aProps.aDataField; in getDataField()
327 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
393 m_aProps.addContainerListener(xListener); in addContainerListener()
409 return m_aProps.hasElements(); in hasElements()
415 m_aProps.insertByIndex(Index,Element); in insertByIndex()
420 m_aProps.removeByIndex(Index); in removeByIndex()
426 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
432 return m_aProps.getCount(); in getCount()
[all …]
H A DFixedText.cxx60m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in DBG_NAME()
72m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in OFixedText()
74 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedText()
202 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
262 m_aProps.addContainerListener(xListener); in addContainerListener()
278 return m_aProps.hasElements(); in hasElements()
284 m_aProps.insertByIndex(Index,Element); in insertByIndex()
289 m_aProps.removeByIndex(Index); in removeByIndex()
295 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
301 return m_aProps.getCount(); in getCount()
[all …]
H A DFormattedField.cxx68m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME()
80m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField()
197 return m_aProps.aDataField; in getDataField()
208 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
304 m_aProps.addContainerListener(xListener); in addContainerListener()
320 return m_aProps.hasElements(); in hasElements()
326 m_aProps.insertByIndex(Index,Element); in insertByIndex()
331 m_aProps.removeByIndex(Index); in removeByIndex()
337 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
343 return m_aProps.getCount(); in getCount()
[all …]
H A DFixedLine.cxx151m_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()
168m_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()
463 m_aProps.addContainerListener(xListener); in addContainerListener()
479 return m_aProps.hasElements(); in hasElements()
485 m_aProps.insertByIndex(Index,Element); in insertByIndex()
490 m_aProps.removeByIndex(Index); in removeByIndex()
496 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
502 return m_aProps.getCount(); in getCount()
[all …]
H A DReportDefinition.cxx680 m_aProps->m_sName = RPT_RESSTRING(RID_STR_REPORT,m_aProps->m_xContext->getServiceManager()); in DBG_NAME()
699 m_aProps->m_sName = RPT_RESSTRING(RID_STR_REPORT,m_aProps->m_xContext->getServiceManager()); in OReportDefinition()
717 ,m_aProps(new OReportComponentProperties(*_rCopy.m_aProps)) in OReportDefinition()
2255 return m_aProps->m_xContext; in getContext()
2463 if ( m_aProps->m_xShape.is() ) in getPosition()
2465 return awt::Point(m_aProps->m_nPosX,m_aProps->m_nPosY); in getPosition()
2472 if ( m_aProps->m_xShape.is() ) in setPosition()
2482 if ( m_aProps->m_xShape.is() ) in getSize()
2484 return awt::Size(m_aProps->m_nWidth,m_aProps->m_nHeight); in getSize()
2491 if ( m_aProps->m_xShape.is() ) in setSize()
[all …]
H A DGroup.cxx134 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()
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()
264 return m_aProps.m_bStartNewColumn; in getStartNewColumn()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx95 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()
275 return m_aProps.getConstArray()[ column - 1 ].Name; in getColumnLabel()
290 return m_aProps.getConstArray()[ column - 1 ].Name; in getColumnName()
397 if ( m_aProps.getConstArray()[ column - 1 ].Type in getColumnType()
418 sal_Int32 nCount = m_pImpl->m_aProps.getLength(); in getColumnType()
419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
442 sal_Int32 nCount = m_aProps.getLength(); in getColumnType()
[all …]
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx96 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setSize()
112 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getSize()
118 …return ::com::sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aCompon… in getSize()
128 aOldPos.X = _pShape->m_aProps.aComponent.m_nPosX; in setPosition()
129 aOldPos.Y = _pShape->m_aProps.aComponent.m_nPosY; in setPosition()
132 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setPosition()
137 _pShape->m_aProps.aComponent.m_nPosX = aOldPos.X; in setPosition()
138 _pShape->m_aProps.aComponent.m_nPosY = aOldPos.Y; in setPosition()
148 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getPosition()
154 …return ::com::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aCompon… in getPosition()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx162 m_aProps( rProps ), in Content()
245 if ( m_aProps.isContentCreator() ) in getTypes()
337 if ( m_aProps.getType() == STREAM ) in getSupportedServiceNames()
340 else if ( m_aProps.getType() == FOLDER ) in getSupportedServiceNames()
364 return m_aProps.getContentType(); in getContentType()
743 if ( m_aProps.isContentCreator() ) in createNewContent()
831 if ( !m_aProps.getIsFolder() ) in queryChildren()
901 ContentType eType = m_aProps.getType(); in exchangeIdentity()
1195 m_aProps, in getPropertyValues()
1745 aNewURL.append( m_aProps.getTitle() ); in insert()
[all …]
H A Dtdoc_contentcaps.cxx105 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 DContentHelper.cxx172 if ( !m_pImpl->m_aProps.aContentType ) 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()
511 xRow->appendString ( rProp, m_pImpl->m_aProps.aTitle ); in getPropertyValues()
548 m_pImpl->m_aProps.aTitle ); in getPropertyValues()
555 m_pImpl->m_aProps.bIsDocument ); in getPropertyValues()
562 m_pImpl->m_aProps.bIsFolder ); in getPropertyValues()
688 if ( _sNewName.equals( m_pImpl->m_aProps.aTitle ) ) in impl_rename_throw()
[all …]
H A Ddocumentdefinition.cxx694 if ( m_pImpl->m_aProps.sPersistentName.getLength() ) in getFastPropertyValue()
1100 if ( !m_pImpl->m_aProps.sPersistentName.getLength() ) in onCommandOpenSomething()
1396 ,m_pImpl->m_aProps.sPersistentName in onCommandInsert()
1443 aRequest.Name = m_pImpl->m_aProps.aTitle; in save()
1460 if ( !m_pImpl->m_aProps.aTitle.getLength() ) in save()
1525 if ( !m_pImpl->m_aProps.aTitle.getLength() ) in saveAs()
1539 aRequest.Name = m_pImpl->m_aProps.aTitle; in saveAs()
1787 if ( m_pImpl->m_aProps.aTitle.getLength() ) in fillLoadArgs()
1857 ,m_pImpl->m_aProps.sPersistentName in loadEmbeddedObject()
2200 m_pImpl->m_aProps.aTitle = _rNewName; in rename()
[all …]
H A Ddocumentcontainer.cxx151 &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 DComponentDefinition.cxx125 &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 Dcommanddefinition.cxx158 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename()
163 m_pImpl->m_aProps.aTitle = newName; in rename()
H A Ddefinitioncontainer.cxx148 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 Dpkgcontent.cxx267 m_aProps( rProps ), in Content()
285 m_aProps( Info.Type ), in Content()
460 return m_aProps.aContentType; in getContentType()
1091 m_aProps, in getPropertyValues()
1260 if ( m_aProps.bIsDocument ) in setPropertyValues()
1297 if ( m_aProps.bIsDocument ) in setPropertyValues()
1477 m_aProps.aTitle = aNewTitle; in setPropertyValues()
1685 if ( !m_aProps.aTitle.getLength() ) in insert()
1686 m_aProps.aTitle = m_aUri.getName(); in insert()
1704 if ( !m_aProps.aTitle.getLength() ) in insert()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx81 ,m_aProps(_rProps) in Content()
85 OSL_ENSURE(m_aProps.is(),"No valid ContentPropeties!"); in Content()
438 if(!getContentProvider()->deleteDocument(m_aProps)) in execute()
482 ::rtl::Reference<ContentProperties> aProp = m_aProps; in execute()
844 m_aProps, in getPropertyValues()
1051 if ( !m_aProps->m_sTitle.getLength()) in insert()
1139 return ContentProvider::openDoc(m_aProps); in openDoc()
1159 if(&_rsMemberValue == &m_aProps->m_sTitle) in changePropertyValue()
1161 else if(&_rsMemberValue == &m_aProps->m_sAuthor) in changePropertyValue()
1163 else if(&_rsMemberValue == &m_aProps->m_sSubject) in changePropertyValue()
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx136 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()
767 if ( m_aProps.getIsFolder() ) in setKind()
1131 m_aProps, in getPropertyValues()
1235 m_aProps.setName( in setPropertyValues()
1403 m_aProps.setTitle( aOldTitle ); in setPropertyValues()
1404 m_aProps.setName ( aOldName ); in setPropertyValues()
1482 if ( m_aProps.getTitle().getLength() == 0 ) in insert()
[all …]
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx483 m_aProps[nInd].Value <<= sal_False; in SetDecrypted()
507 m_aProps[nInd].Value <<= sal_True; in SetEncrypted()
955 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
959 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
1013 m_aProps.realloc( 0 ); in Revert()
1046 if ( !m_aProps.getLength() ) in GetStreamProperties()
1047 m_aProps = ReadPackageStreamProperties(); in GetStreamProperties()
1049 return m_aProps; in GetStreamProperties()
3170 m_pImpl->m_aProps[nInd].Value = aValue; in setPropertyValue()
3182 m_pImpl->m_aProps[nInd].Value = aValue; in setPropertyValue()
[all …]
/trunk/main/connectivity/source/sdbcx/
H A DVKey.cxx77 , m_aProps(new KeyProperties()) in OKey()
85 ,m_aProps(_rProps) in OKey()
139 …dex(PROPERTY_ID_REFERENCEDTABLE), PROPERTY_ID_REFERENCEDTABLE, nAttrib,&m_aProps->m_ReferencedTabl… in construct()
140 …Map().getNameByIndex(PROPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_aProps->m_Type, ::getC… in construct()
141 …ameByIndex(PROPERTY_ID_UPDATERULE), PROPERTY_ID_UPDATERULE, nAttrib,&m_aProps->m_UpdateRule, :… in construct()
142 …ameByIndex(PROPERTY_ID_DELETERULE), PROPERTY_ID_DELETERULE, nAttrib,&m_aProps->m_DeleteRule, :… in construct()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.hxx196 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; }
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx638 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 DADatabaseMetaDataImpl.cxx450 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()

Completed in 246 milliseconds

12