| /trunk/main/starmath/inc/ | 
| H A D | dialog.hxx | 374 	const SmSym    *GetSymbol() const;474     SmSym       * GetSymbol(const ComboBox &rComboBox);
 475     const SmSym * GetSymbol(const ComboBox &rComboBox) const  in GetSymbol()  function in SmSymDefineDialog
 477         return ((SmSymDefineDialog *) this)->GetSymbol(rComboBox);  in GetSymbol()
 
 | 
| H A D | node.hxx | 738 	SmNode *	   GetSymbol();739 	const SmNode * GetSymbol() const  in GetSymbol()  function in SmOperNode
 741 		return ((SmOperNode *) this)->GetSymbol();  in GetSymbol()
 
 | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xename.cxx | 75     inline const String& GetSymbol() const { return msSymbol; }  in GetSymbol()  function in XclExpName567         rRangeData.GetSymbol( sSymbol, formula::FormulaGrammar::GRAM_NATIVE_XL_A1 );  in CreateName()
 
 | 
| /trunk/main/starmath/source/ | 
| H A D | dialog.cxx | 1482 	const SmSym *pSym = GetSymbol();  in IMPL_LINK()1631 const SmSym * SmSymbolDialog::GetSymbol() const  in GetSymbol()  function in SmSymbolDialog
 1762 SmSym * SmSymDefineDialog::GetSymbol(const ComboBox &rComboBox)  in GetSymbol()  function in SmSymDefineDialog
 2313 			const SmSym *pSymbol = GetSymbol(aSymbols);  in SelectSymbol()
 
 | 
| H A D | symbol.cxx | 331             const SmSym &rSym = *pSymSet->GetSymbol( j );  in Save()
 | 
| H A D | node.cxx | 1850 SmNode * SmOperNode::GetSymbol()  in GetSymbol()  function in SmOperNode1899 	SmNode *pSymbol = GetSymbol();  in Arrange()
 
 | 
| /trunk/main/editeng/inc/editeng/ | 
| H A D | bulitem.hxx | 104     sal_Unicode         GetSymbol() const { return cSymbol; }  in GetSymbol()  function in SvxBulletItem
 | 
| /trunk/main/sc/inc/ | 
| H A D | rangenam.hxx | 130 …SC_DLLPUBLIC void 			GetSymbol( String& rSymbol, const formula::FormulaGrammar::Grammar eGrammar =…
 | 
| /trunk/main/sc/source/ui/unoobj/ | 
| H A D | nameuno.cxx | 169 …            pOld->GetSymbol( aContent, eGrammar);   // no problems with changed positions and such.  in Modify_Impl()274         pData->GetSymbol( aContent,formula::FormulaGrammar::GRAM_PODF_A1);  in getContent()
 
 | 
| H A D | chart2uno.cxx | 2064 				pData->GetSymbol(aSymbol, FormulaGrammar::GRAM_ENGLISH);  in createDataSequenceByRangeRepresentation()
 | 
| /trunk/main/sc/source/ui/dbgui/ | 
| H A D | sfiltdlg.cxx | 178 						pData->GetSymbol( aString );  in Init()
 | 
| /trunk/main/editeng/source/items/ | 
| H A D | bulitem.cxx | 307 		SetSymbol( rCopyFrom.GetSymbol() );  in CopyValidProperties()
 | 
| /trunk/main/svx/source/items/ | 
| H A D | numfmtsh.cxx | 1572 	XubString aString( ApplyLreOrRleEmbedding( rCurrencyTable[0]->GetSymbol()));  in GetCurrencySymbols()1598         aStr += ApplyLreOrRleEmbedding( rCurrencyTable[i]->GetSymbol());  in GetCurrencySymbols()
 
 | 
| /trunk/main/sc/source/ui/namedlg/ | 
| H A D | namedlg.cxx | 590 			pData->GetSymbol( aSymbol );  in IMPL_LINK()
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | button.hxx | 181     SymbolType      GetSymbol() const { return meSymbol; }  in GetSymbol()  function in PushButton
 | 
| /trunk/main/svl/inc/svl/ | 
| H A D | zforlist.hxx | 273 	const String&		GetSymbol() const			{ return aSymbol; }  in GetSymbol()  function in NfCurrencyEntry
 | 
| /trunk/main/svl/source/numbers/ | 
| H A D | zforlist.cxx | 3121         if ( (*ppData)->GetSymbol() == rSymbol &&  in GetLegacyOnlyCurrencyEntry()3275 	if ( pData->GetSymbol() == rSymbol )  in ImpLookupCurrencyEntryLoopBody()
 3560 		aStr += ByteString( rCurr.GetSymbol(), RTL_TEXTENCODING_UTF8 );  in lcl_CheckCurrencySymbolPosition()
 
 | 
| H A D | zforfind.cxx | 654                 SvNumberFormatter::GetCurrencyEntry( eLang ).GetSymbol() );  in GetCurrency()
 | 
| /trunk/main/sc/source/ui/pagedlg/ | 
| H A D | areasdlg.cxx | 483 					pData->GetSymbol( aSymbol );  in Impl_FillLists()
 | 
| /trunk/main/sc/source/core/tool/ | 
| H A D | rangenam.cxx | 241 void ScRangeData::GetSymbol( String& rSymbol, const FormulaGrammar::Grammar eGrammar ) const  in GetSymbol()  function in ScRangeData
 | 
| H A D | rangeutl.cxx | 296 			pData->GetSymbol( aStrArea );  in MakeRangeFromName()
 | 
| /trunk/main/vcl/source/control/ | 
| H A D | button.cxx | 1133     sal_Bool bDropDown = ( IsSymbol() && (GetSymbol()==SYMBOL_SPIN_DOWN) && !GetText().Len() );  in ImplDrawPushButton()1713 …        sal_Bool bDropDown = ( IsSymbol() && (GetSymbol()==SYMBOL_SPIN_DOWN) && !GetText().Len() );  in PreNotify()
 
 | 
| /trunk/main/cui/source/options/ | 
| H A D | optgdlg.cxx | 1315         aStr_ += pCurr->GetSymbol();  in OfaLanguagesTabPage()
 | 
| /trunk/main/sc/source/ui/docshell/ | 
| H A D | docsh4.cxx | 2117 				pData->GetSymbol( aPos );			// continue with the name's contents  in DdeCreateLinkSource()
 | 
| H A D | impex.cxx | 180 				pData->GetSymbol( aPos );					// mit dem Inhalt weitertesten  in ScImportExport()
 |