| /aoo42x/main/sw/source/core/text/ | 
| H A D | itratr.cxx | 151 sal_Bool SwAttrIter::IsSymbol( const xub_StrLen nNewPos )  in IsSymbol()  function in SwAttrIter157 	return pFnt->IsSymbol( pShell );  in IsSymbol()
 430 sal_Bool SwTxtNode::IsSymbol( const xub_StrLen nBegin ) const//swmodtest 080307  in IsSymbol()  function in SwTxtNode
 435     return aIter.GetFnt()->IsSymbol(   in IsSymbol()
 
 | 
| H A D | itratr.hxx | 98 	sal_Bool IsSymbol( const xub_StrLen nPos );
 | 
| H A D | frminf.cxx | 268 	return aLine.IsSymbol( nTxtStart );  in IsBullet()
 | 
| H A D | txthyph.cxx | 61 	if( rTxt.Len() < 4 || pFnt->IsSymbol(pVsh) )  in HyphWord()
 | 
| /aoo42x/main/sw/source/core/inc/ | 
| H A D | swfont.hxx | 75 	sal_Bool IsSymbol( ViewShell *pSh );271 	sal_Bool IsSymbol( ViewShell *pSh )  in IsSymbol()  function in SwFont
 272 		{ return aSub[nActual].IsSymbol( pSh ); }  in IsSymbol()
 
 | 
| H A D | fntcache.hxx | 127 	inline sal_Bool		IsSymbol() const { return bSymbol; }  in IsSymbol()  function in SwFntObj
 | 
| /aoo42x/main/vcl/source/control/ | 
| H A D | button.cxx | 1048                               nTextStyle, IsSymbol() ? &aSymbolRect : NULL, true );  in ImplDrawPushButtonContent()1050         if ( IsSymbol() && ! bLayout )  in ImplDrawPushButtonContent()
 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()
 1840 	if ( IsSymbol() )  in CalcMinimumSize()
 
 | 
| /aoo42x/main/sw/source/core/txtnode/ | 
| H A D | swfont.cxx | 622 sal_Bool SwSubFont::IsSymbol( ViewShell *pSh )  in IsSymbol()  function in SwSubFont625 	return aFntAccess.Get()->IsSymbol();  in IsSymbol()
 
 | 
| H A D | txtedt.cxx | 713     if (aBndry.endPos != aBndry.startPos && IsSymbol( (xub_StrLen)aBndry.startPos ))  in GetCurWord()953 					if( IsSymbol( aScanner.GetBegin() ) )  in Spell()
 
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | ndtxt.hxx | 698 	sal_Bool IsSymbol( const xub_StrLen nBegin ) const;	// steht in itratr.cxx
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | button.hxx | 134 …SAL_DLLPRIVATE sal_Bool            IsSymbol() const { return ( (meSymbol != SYMBOL_NOSYMBOL) && (m…  in IsSymbol()  function in PushButton
 | 
| /aoo42x/main/sc/source/filter/inc/ | 
| H A D | xiescher.hxx | 868     inline bool         IsSymbol() const { return mbSymbol; }  in IsSymbol()  function in XclImpPictureObj
 | 
| /aoo42x/main/sw/source/core/crsr/ | 
| H A D | crsrsh.cxx | 3458             if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) )  in GetSmartTagTerm()3502         if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) )  in GetSmartTagTerm()
 
 | 
| H A D | crstrvl.cxx | 1210 …  if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) )  in GetContentAtPos()
 | 
| /aoo42x/main/sw/source/core/access/ | 
| H A D | accpara.cxx | 2548 					if(	pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) )  in _correctValues()2569 					if(	pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) )  in _correctValues()
 
 | 
| /aoo42x/main/sw/source/core/edit/ | 
| H A D | edlingu.cxx | 1022 		if(	pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) )  in GetCorrection()
 | 
| /aoo42x/main/sc/source/filter/excel/ | 
| H A D | xiescher.cxx | 3383 …                sal_Int64 nAspects = rPicObj.IsSymbol() ? cssea::MSOLE_ICON : cssea::MSOLE_CONTENT;  in CreateSdrObject()
 |