/aoo42x/main/cui/source/options/ |
H A D | doclinkdialog.cxx | 57 ,m_aName (this, CUI_RES(ET_NAME)) in ODocumentLinkDialog() 72 m_aName.SetModifyHdl( LINK(this, ODocumentLinkDialog, OnTextModified) ); in ODocumentLinkDialog() 88 m_aName.SetText(_rName); in set() 96 _rName = m_aName.GetText(); in get() 104 m_aOK.Enable( (0 != m_aName.GetText().Len()) && ( 0 != m_aURL.GetText().Len() ) ); in validate() 145 String sCurrentText = m_aName.GetText(); in IMPL_LINK() 155 m_aName.SetSelection(Selection(0,sCurrentText.Len())); in IMPL_LINK() 156 m_aName.GrabFocus(); in IMPL_LINK() 187 if (0 == m_aName.GetText().Len()) in IMPL_LINK() 196 m_aName.SetSelection(Selection(0,m_aName.GetText().Len())); in IMPL_LINK() [all …]
|
/aoo42x/main/sot/source/sdstor/ |
H A D | storage.cxx | 508 m_aName = rName; // Namen merken in SotStorage() 522 m_aName = rName; // Namen merken in SotStorage() 531 if( m_aName.Len() ) in CreateStorage() 535 ::utl::UCBContentHelper::Kill( m_aName ); in CreateStorage() 537 INetURLObject aObj( m_aName ); in CreateStorage() 622 m_aName = m_pOwnStg->GetName(); in CreateStorage() 633 m_aName = rName; in SotStorage() 644 m_aName = pStor->GetName(); // Namen merken in SotStorage() 935 if( !m_aName.Len() ) in GetName() 941 return m_aName; in GetName() [all …]
|
H A D | ucbstorage.cxx | 1249 aObj.SetName( m_aName ); 1328 m_aName = m_aOriginalName; 1844 if ( !m_aName.Len() ) 2152 aPath += m_aName; 2170 aElementPath += pElement->m_aName; 2202 aPath += m_aName; 2226 aElementPath += pElement->m_aName; 2644 return pImp->m_aName; // pImp->m_aURL ?! 2927 pStream->pImp->m_aName = rEleName; 2972 pElement->m_xStream->m_aName = rEleName; [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 125 rtl::OUString m_aName; member 170 if (rKeys[i] == m_aEntries[j].m_aName) in Notify() 191 aKeys[nCount] = m_aEntries[i].m_aName; in Commit() 253 m_aEntries[INDEX_NO_PROXY].m_aName in Impl() 255 m_aEntries[INDEX_PROXY_TYPE].m_aName in Impl() 257 m_aEntries[INDEX_FTP_PROXY_NAME].m_aName in Impl() 259 m_aEntries[INDEX_FTP_PROXY_PORT].m_aName in Impl() 261 m_aEntries[INDEX_HTTP_PROXY_NAME].m_aName in Impl() 263 m_aEntries[INDEX_HTTP_PROXY_PORT].m_aName in Impl() 268 aKeys[i] = m_aEntries[i].m_aName; in Impl() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | inetmsg.hxx | 49 ByteString m_aName; member in INetMessageHeader 58 : m_aName (rName), m_aValue (rValue) in INetMessageHeader() 63 : m_aName (rHdr.m_aName), m_aValue (rHdr.m_aValue) in INetMessageHeader() 71 m_aName = rHdr.m_aName; in operator =() 76 const ByteString& GetName (void) const { return m_aName; } in GetName() 83 rStrm << rHdr.m_aName; in operator <<() 86 rStrm.WriteByteString (rHdr.m_aName); in operator <<() 96 rStrm >> rHdr.m_aName; in operator >>() 99 rStrm.ReadByteString (rHdr.m_aName); in operator >>()
|
/aoo42x/main/svl/inc/svl/ |
H A D | httpcook.hxx | 55 String m_aName; member 73 (m_aName == rOther.m_aName ) ); in replaces() 78 return ((m_aName == rOther.m_aName ) && in operator ==() 89 SfxPoolItem::writeUnicodeString(rStrm, m_aName); in write() 103 SfxPoolItem::readUnicodeString(rStrm, m_aName, bUnicode); in read()
|
/aoo42x/main/extensions/source/abpilot/ |
H A D | abpfinalpage.cxx | 68 ,m_aName ( this, ModuleRes( ET_DATASOURCENAME ) ) in FinalPage() 74 m_aName.SetModifyHdl( LINK(this, FinalPage, OnNameModified) ); in FinalPage() 83 ::rtl::OUString sCurrentName(m_aName.GetText()); in isValidName() 126 m_aName.SetText(sName); in setFields() 154 rSettings.sRegisteredDataSourceName = m_aName.GetText(); in commitPage() 196 sal_Bool bEmptyName = 0 == m_aName.GetText().Len(); in implCheckName() 218 m_aName.Enable(bEnable); in IMPL_LINK()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 114 String m_aName; member in dbaui::OSaveAsDlgImpl 153 ,m_aName(rDefault) in OSaveAsDlgImpl() 189 ,m_aName(rDefault) in OSaveAsDlgImpl() 297 if(m_pImpl->m_aName.Search('.') != STRING_NOTFOUND) in OSaveAsDlg() 301 m_pImpl->m_aName, in OSaveAsDlg() 320 m_pImpl->m_aTitle.SetText(m_pImpl->m_aName); in OSaveAsDlg() 376 m_pImpl->m_aName = m_pImpl->m_aTitle.GetText(); in IMPL_LINK() 378 ::rtl::OUString sNameToCheck( m_pImpl->m_aName ); in IMPL_LINK() 431 m_pImpl->m_aTitle.SetText(m_pImpl->m_aName); in implInitOnlyTitle() 479 String OSaveAsDlg::getName() const { return m_pImpl->m_aName; } in getName()
|
H A D | CollectionView.cxx | 138 , m_aName( this, ModuleRes( ED_EXPLORERFILE_FILENAME ) ) in DBG_NAME() 156 m_aName.SetText(_sDefaultName); in DBG_NAME() 157 m_aName.GrabFocus(); in DBG_NAME() 184 ::rtl::OUString sName = m_aName.GetText(); in IMPL_LINK() 269 m_aName.SetText(sName); in IMPL_LINK() 386 return m_aName.GetText(); in getName()
|
/aoo42x/main/svl/source/inc/ |
H A D | passwordcontainer.hxx | 58 ::rtl::OUString m_aName; 83 : m_aName( aName ) in NamePassRecord() 90 : m_aName( aName ) in NamePassRecord() 98 : m_aName( aName ) in NamePassRecord() 108 : m_aName( aName ) in NamePassRecord() 116 : m_aName( aRecord.m_aName ) in NamePassRecord() 125 m_aName = aRecord.m_aName; in operator =() 136 return m_aName; in GetUserName()
|
/aoo42x/main/starmath/source/ |
H A D | symbol.cxx | 59 m_aName(C2S("unknown")), in SmSym() 65 m_aExportName = m_aName; in SmSym() 80 m_aName = m_aExportName = rName; in SmSym() 106 m_aName = rSymbol.m_aName; in operator =() 124 return m_aName == rSymbol.m_aName && in IsEqualInUI()
|
/aoo42x/main/xmloff/inc/ |
H A D | StyleMap.hxx | 34 ::rtl::OUString m_aName; 39 m_aName( rName ) in StyleNameKey_Impl() 59 static_cast< size_t >( r.m_aName.hashCode() ); in operator ()() 66 return r1.m_nFamily == r2.m_nFamily && r1.m_aName == r2.m_aName; in operator ()()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlevent.hxx | 52 ::rtl::OUString m_aName; 57 m_aName( ::rtl::OUString::createFromAscii(p) ) in XMLEventName() 62 m_aName( r ) in XMLEventName() 68 (m_nPrefix == r.m_nPrefix && m_aName < r.m_aName ); in operator <()
|
/aoo42x/main/svl/source/items/ |
H A D | globalnameitem.cxx | 53 m_aName( rName ) in SfxGlobalNameItem() 67 return ((SfxGlobalNameItem&)rItem).m_aName == m_aName; in operator ==() 92 m_aName.MakeFromMemory( (void*) aSeq.getConstArray() ); in PutValue() 105 void* pData = ( void* ) &m_aName.GetCLSID(); in QueryValue()
|
H A D | sfontitm.cxx | 66 && m_aName == pFontItem->m_aName)); in operator ==() 77 readByteString(rStream, pItem->m_aName); in Create() 120 writeByteString(rStream, m_aName); in Store()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 508 aDirEntry.m_aName = aDirEntry.m_aName.trim(); in list() 510 !aDirEntry.m_aName.equalsAscii("..") && in list() 511 !aDirEntry.m_aName.equalsAscii(".")) { in list() 512 aDirEntry.m_aURL = viewurl + encodePathSegment(aDirEntry.m_aName); in list() 625 aDirentry.m_aName = nettitle; // init aDirentry in direntry() 641 if(aList[i].m_aName == nettitle) { // the relevant file is found in direntry() 799 rtl::OString dele(aDirentry.m_aName.getStr(), in del() 800 aDirentry.m_aName.getLength(), in del()
|
H A D | test_ftpurl.cxx | 172 if(!(vec[0].m_aName.equalsAscii("dir1") && in test_ftplist() 173 vec[1].m_aName.equalsAscii("dir2") && in test_ftplist() 174 vec[2].m_aName.equalsAscii("file1"))) in test_ftplist() 234 if(!(ade.m_aName.equalsAscii("file") && in test_ftpproperties()
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 429 if ( aRequestedToolbar.m_aName != rResourceURL ) in requestToolbar() 477 if ( pIter->m_aName == rResourceURL ) in destroyToolbar() 634 if ( rUIElement.m_aName == pIter->m_aName ) in refreshToolbarsVisibility() 1312 if ( rElement.m_aName.getLength() > 0 ) in implts_createToolBar() 1809 if ( pIter->m_aName == aName ) in impl_findToolbar() 1880 if ( aTempData.m_aName == rUIElement.m_aName ) in implts_insertToolbar() 1897 if ( rData.m_aName == rUIElement.m_aName ) in implts_setToolbar() 3292 …DockedData.m_nDockedArea == sal_Int16( eDockingArea )) && ( pIter->m_aName != rUIElement.m_aName )) in implts_renumberRowColumnData() 3676 if ( rUIElement.m_aName == aUIDockingElement.m_aName ) in endDocking() 3790 if ( aUIElement.m_aName == aUIDockingElement.m_aName ) in prepareToggleFloatingMode() [all …]
|
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 161 return rWriteContext.write( m_aName.getStr(), m_aName.getLength() ); in emit() 166 return new PDFName( m_aName ); in clone() 171 OStringBuffer aFilter( m_aName.getLength() ); in getFilteredName() 172 const sal_Char* pStr = m_aName.getStr(); in getFilteredName() 173 unsigned int nLen = m_aName.getLength(); in getFilteredName() 471 if( pName && pName->m_aName.equals( rtl::OString("Encrypt") ) ) in emitSubElements() 568 if( pName && pName->m_aName.equals( rName ) ) in eraseValue() 601 m_aMap[ pName->m_aName ] = m_aSubElements[i]; in buildMap() 708 if( pFilter && pFilter->m_aName.equals( "FlateDecode" ) ) in getDeflatedStream() 863 if( pFilter && pFilter->m_aName.equals( "FlateDecode" ) ) in emit() [all …]
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydata.cxx | 145 m_aName = rURL.copy( nPos + 1 ); in HierarchyEntry() 256 rData.setName( m_aName ); in getData() 353 if ( xNameAccess->hasByName( m_aName ) ) in setData() 354 aMyKey = xNameAccess->getByName( m_aName ); in setData() 457 m_aName, uno::makeAny( xNameReplace ) ); in setData() 680 aEntry = xOldNameContainer->getByName( m_aName ); in move() 705 xOldNameContainer->removeByName( m_aName ); in move() 933 xContainer->removeByName( m_aName ); in remove()
|
H A D | hierarchydata.hxx | 53 const rtl::OUString & getName() const { return m_aName; } in getName() 54 void setName( const rtl::OUString & rName ) { m_aName = rName; } in setName() 70 rtl::OUString m_aName; // Name (language independent) member in hierarchy_ucp::HierarchyEntryData 84 ::rtl::OUString m_aName;
|
/aoo42x/main/basctl/source/basicide/ |
H A D | bastype2.cxx | 132 ,m_aName( rName ) in BasicEntryDescriptor() 143 ,m_aName( rName ) in BasicEntryDescriptor() 159 ,m_aName( rDesc.m_aName ) in BasicEntryDescriptor() 171 m_aName = rDesc.m_aName; in operator =() 184 m_aName == rDesc.m_aName && in operator ==()
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkguri.cxx | 78 m_aPackage = m_aParentUri = m_aName = m_aParam = m_aScheme in init() 183 m_aName = ::ucb_impl::urihelper::decodeSegment( in init() 186 m_aName in init() 231 m_aName = ::ucb_impl::urihelper::decodeSegment( in init()
|
/aoo42x/main/basic/source/uno/ |
H A D | dlgcont.cxx | 544 , m_aName( aName ) in SfxDialogLibrary() 559 , m_aName( aName ) in SfxDialogLibrary() 588 m_aName = NewName; in storeResourcesAsURL() 589 aComment += m_aName; in storeResourcesAsURL() 606 aComment += m_aName; in storeResourcesToURL() 619 aComment += m_aName; in storeResourcesToStorage()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 187 …y(GCM_PROPERTY_NAME, GCM_PROPERTY_ID_NAME, DEFAULT_ATTRIBS(), &m_aName, ::getCppuType(&m_aName)); in registerProperties() 227 case GCM_PROPERTY_ID_NAME: aValue <<= m_aName; break; in ImplGetPropertyValueByHandle() 247 case GCM_PROPERTY_ID_NAME: aValue >>= m_aName; break; in ImplSetPropertyValueByHandle() 396 pOwnClone->m_aName = m_aName; in createClone()
|