Home
last modified time | relevance | path

Searched refs:IsSymbol (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditratr.cxx151 sal_Bool SwAttrIter::IsSymbol( const xub_StrLen nNewPos ) in IsSymbol() function in SwAttrIter
157 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 Ditratr.hxx98 sal_Bool IsSymbol( const xub_StrLen nPos );
H A Dfrminf.cxx268 return aLine.IsSymbol( nTxtStart ); in IsBullet()
H A Dtxthyph.cxx61 if( rTxt.Len() < 4 || pFnt->IsSymbol(pVsh) ) in HyphWord()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx75 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 Dfntcache.hxx127 inline sal_Bool IsSymbol() const { return bSymbol; } in IsSymbol() function in SwFntObj
/trunk/main/vcl/source/control/
H A Dbutton.cxx1048 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()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx622 sal_Bool SwSubFont::IsSymbol( ViewShell *pSh ) in IsSymbol() function in SwSubFont
625 return aFntAccess.Get()->IsSymbol(); in IsSymbol()
H A Dtxtedt.cxx713 if (aBndry.endPos != aBndry.startPos && IsSymbol( (xub_StrLen)aBndry.startPos )) in GetCurWord()
953 if( IsSymbol( aScanner.GetBegin() ) ) in Spell()
/trunk/main/sw/inc/
H A Dndtxt.hxx698 sal_Bool IsSymbol( const xub_StrLen nBegin ) const; // steht in itratr.cxx
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx134 …SAL_DLLPRIVATE sal_Bool IsSymbol() const { return ( (meSymbol != SYMBOL_NOSYMBOL) && (m… in IsSymbol() function in PushButton
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx868 inline bool IsSymbol() const { return mbSymbol; } in IsSymbol() function in XclImpPictureObj
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3458 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
3502 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
H A Dcrstrvl.cxx1210 … if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) ) in GetContentAtPos()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2548 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues()
2569 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3383 … sal_Int64 nAspects = rPicObj.IsSymbol() ? cssea::MSOLE_ICON : cssea::MSOLE_CONTENT; in CreateSdrObject()

Completed in 162 milliseconds