Home
last modified time | relevance | path

Searched refs:m_Name (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.cxx49 m_Name(Name), in RegistryValueImpl()
59 m_Name(Name), in RegistryValueImpl()
70 m_Name(Name), in RegistryValueImpl()
79 m_Name(s.m_Name), in RegistryValueImpl()
102 return m_Name; in GetName()
182 m_Name = NewName; in SetName()
/trunk/main/sal/osl/w32/
H A Dpipe.c64 rtl_uString* m_Name; member
84 pPipe->m_Name = NULL; in __osl_createPipeImpl()
112 if (pPipe->m_Name) in __osl_destroyPipeImpl()
113 rtl_uString_release(pPipe->m_Name); in __osl_destroyPipeImpl()
207 rtl_uString_assign(&pPipe->m_Name, name); in osl_createPipe()
432 rtl_uString_assign(&pAcceptedPipe->m_Name, pPipe->m_Name); in osl_acceptPipe()
436 rtl_uString_newConcat(&path, temp, pPipe->m_Name); in osl_acceptPipe()
456 rtl_uString_assign(&pAcceptedPipe->m_Name, pPipe->m_Name); in osl_acceptPipe()
/trunk/main/sal/osl/unx/
H A Dpipe.c268 strncpy(pPipe->m_Name, name, sizeof(pPipe->m_Name)); in osl_psz_createPipe()
353 OSL_TRACE("osl_destroyPipe : Pipe Name '%s'",pPipe->m_Name); in osl_closePipe()
356 strncpy(addr.sun_path, pPipe->m_Name, sizeof(addr.sun_path)); in osl_closePipe()
387 if ( strlen(pPipe->m_Name) > 0 ) in osl_closePipe()
389 unlink(pPipe->m_Name); in osl_closePipe()
411 OSL_ASSERT(strlen(pPipe->m_Name) > 0); in osl_acceptPipe()
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx276 m_Name, in refreshColumns()
330 Reference< XResultSet > xResult = getMetaData()->getPrimaryKeys(aCatalog,m_SchemaName,m_Name); in refreshPrimaryKeys()
359 Reference< XResultSet > xResult = getMetaData()->getImportedKeys(aCatalog,m_SchemaName,m_Name); in refreshForgeinKeys()
446 …Reference< XResultSet > xResult = getMetaData()->getIndexInfo(aCatalog,m_SchemaName,m_Name,sal_Fal… in refreshIndexes()
516 …sComposedName = ::dbtools::composeTableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_Tr… in rename()
533 …::dbtools::qualifiedNameComponents(getMetaData(),newName,m_CatalogName,m_SchemaName,m_Name,::dbtoo… in rename()
561 …sComposedName = ::dbtools::composeTableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_Fa… in getName()
H A DTKey.cxx75 if ( m_Name.getLength() ) // foreign key in refreshColumns()
87 if(xRow->getString(12) == m_Name) in refreshColumns()
/trunk/main/connectivity/source/sdbcx/
H A DVTable.cxx105 m_Name = _Name; in OTable()
243 …OTable* pTable = new OTable(m_pTables,isCaseSensitive(),m_Name,m_Type,m_Description,m_SchemaName,m… in createDataDescriptor()
281 …::dbtools::qualifiedNameComponents(xMetaData,newName,m_CatalogName,m_SchemaName,m_Name,::dbtools::… in rename()
283 m_Name = newName; in rename()
314 return m_Name; in getName()
H A DVColumn.cxx110 m_Name = _Name; in OColumn()
193 OColumn* pNewColumn = new OColumn( m_Name, in createDataDescriptor()
217 return m_Name; in getName()
222 m_Name = aName; in setName()
H A DVGroup.cxx57 m_Name = _Name; in OGroup()
159 return m_Name; in getName()
H A DVView.cxx57 m_Name = _Name; in OView()
116 …sComposedName = ::dbtools::composeTableName( m_xMetaData, m_CatalogName, m_SchemaName, m_Name, sal… in getName()
H A DVUser.cxx58 m_Name = _Name; in OUser()
169 return m_Name; in getName()
H A DVKey.cxx88 m_Name = _Name; in OKey()
206 return m_Name; in getName()
H A DVIndex.cxx98 m_Name = _Name; in OIndex()
197 return m_Name; in getName()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx134 sSql += m_Name; in getAnyTablePrivileges()
207 sGrant += m_Name; in grantPrivileges()
233 sGrant += m_Name; in revokePrivileges()
256 if(m_pConnection->getMetaData()->getUserName() != m_Name) in changePassword()
264 aSeq.getArray()[0].Value <<= m_Name; in changePassword()
H A DBTable.cxx192 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name); in alterColumnByName()
232 sName += m_Name; in getName()
364 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name) in getAlterTableColumnPart()
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx62 ::rtl::OUString m_Name;
69 m_Name = node->getName(); in BrowseNodeAggregator()
90 return m_Name; in getName()
555 ::rtl::OUString m_Name;
568 m_Name = ::rtl::OUString::createFromAscii( "Root" ); in DefaultRootBrowseNode()
600 return m_Name; in getName()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx505 String sFileName(getEntry(m_pConnection,m_Name)); in construct()
698 aURL.SetURL(getEntry(m_pConnection,m_Name)); in refreshIndexes()
1056 …onnection->isCheckEnabled() && ::dbtools::convertName2SQLName(m_Name,::rtl::OUString()) != m_Name ) in CreateImpl()
1060 "$name$", m_Name in CreateImpl()
1067 String aName = getEntry(m_pConnection,m_Name); in CreateImpl()
1073 aIdent += m_Name; in CreateImpl()
2315 pNewTable->renameImpl(m_Name); in alterColumn()
2418 renameFile(m_pConnection,m_Name,newName,sExt); in renameImpl()
2475 pNewTable->renameImpl(m_Name); in addColumn()
2542 pNewTable->renameImpl(m_Name); in dropColumn()
[all …]
H A DDIndex.cxx389 sDir += m_Name; in getCompletePath()
397 String sEntry = m_Name; in createINFEntry()
457 String sEntry = m_Name; in DropImpl()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx149 if (!m_Name.equalsIgnoreAsciiCase(sGrantee)) in findPrivilegesAndGrantPrivileges()
243 sGrant += m_Name; in grantPrivileges()
273 sGrant += m_Name; in revokePrivileges()
289 sAlterPwd += m_Name; in changePassword()
H A DHTable.cxx328 …::dbtools::composeTableName( getMetaData(), m_CatalogName, m_SchemaName, m_Name, sal_True, ::dbtoo… in getAlterTableColumnPart()
401 …::dbtools::composeTableName( getMetaData(), m_CatalogName, m_SchemaName, m_Name, sal_True, ::dbtoo… in rename()
411 …::dbtools::qualifiedNameComponents(getMetaData(),newName,m_CatalogName,m_SchemaName,m_Name,::dbtoo… in rename()
H A DHView.cxx104 … m_xMetaData, m_CatalogName, m_SchemaName, m_Name, true, ::dbtools::eInDataManipulation ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
179 HTools::appendTableFilterCrit( aCommand, m_CatalogName, m_SchemaName, m_Name, false ); in impl_getCommand_throw()
/trunk/main/connectivity/source/drivers/mysql/
H A DYUser.cxx149 if (!m_Name.equalsIgnoreAsciiCase(sGrantee)) in findPrivilegesAndGrantPrivileges()
242 sGrant += m_Name; in grantPrivileges()
272 sGrant += m_Name; in revokePrivileges()
288 sAlterPwd += m_Name; in changePassword()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVDescriptor.hxx48 ::rtl::OUString m_Name;
83 return m_aCase(m_Name,_rRH); in operator ==()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx567 if ( xSheets.is() && xSheets->hasByName( m_Name ) ) in construct()
569 m_xSheet.set(xSheets->getByName( m_Name ),UNO_QUERY); in construct()
584 if ( xRanges.is() && xRanges->hasByName( m_Name ) ) in construct()
586 Reference<XDatabaseRange> xDBRange(xRanges->getByName( m_Name ),UNO_QUERY); in construct()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx421 m_Name = m_aIndex.get_Name(); in fillPropertyValues()
451 m_Name = m_aKey.get_Name(); in fillPropertyValues()
570 m_Name = m_aTable.get_Name(); in fillPropertyValues()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java115 String m_Name; field in MarkNode
118 String getName() { return m_Name; } in getName()
119 MarkNode(String name) { m_Name = name; m_isPoint = true; } in MarkNode()
121 return (other.m_Name.equals(m_Name)) && (other.m_isPoint == m_isPoint) in equals()
125 return super.toString() + "\tname: " + m_Name + in toString()
270 private String m_Name; field in FrameNode
272 String getName() { return m_Name; } in getName()
276 m_Name = name; m_Anchor = anchor; in FrameNode()
281 && (((FrameNode) other).m_Name.equals(m_Name)) in equals()
286 + "\tname: " + m_Name + "\tanchor: " + toString(m_Anchor); in toString()

Completed in 164 milliseconds

12