Searched refs:IsSymbol (Results 1 – 17 of 17) sorted by relevance
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 SwTxtNode435 return aIter.GetFnt()->IsSymbol( in IsSymbol()
98 sal_Bool IsSymbol( const xub_StrLen nPos );
268 return aLine.IsSymbol( nTxtStart ); in IsBullet()
61 if( rTxt.Len() < 4 || pFnt->IsSymbol(pVsh) ) in HyphWord()
75 sal_Bool IsSymbol( ViewShell *pSh );271 sal_Bool IsSymbol( ViewShell *pSh ) in IsSymbol() function in SwFont272 { return aSub[nActual].IsSymbol( pSh ); } in IsSymbol()
127 inline sal_Bool IsSymbol() const { return bSymbol; } in IsSymbol() function in SwFntObj
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()
622 sal_Bool SwSubFont::IsSymbol( ViewShell *pSh ) in IsSymbol() function in SwSubFont625 return aFntAccess.Get()->IsSymbol(); in IsSymbol()
713 if (aBndry.endPos != aBndry.startPos && IsSymbol( (xub_StrLen)aBndry.startPos )) in GetCurWord()953 if( IsSymbol( aScanner.GetBegin() ) ) in Spell()
698 sal_Bool IsSymbol( const xub_StrLen nBegin ) const; // steht in itratr.cxx
134 …SAL_DLLPRIVATE sal_Bool IsSymbol() const { return ( (meSymbol != SYMBOL_NOSYMBOL) && (m… in IsSymbol() function in PushButton
868 inline bool IsSymbol() const { return mbSymbol; } in IsSymbol() function in XclImpPictureObj
3458 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()3502 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
1210 … if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) ) in GetContentAtPos()
2548 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues()2569 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues()
1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
3383 … sal_Int64 nAspects = rPicObj.IsSymbol() ? cssea::MSOLE_ICON : cssea::MSOLE_CONTENT; in CreateSdrObject()
Completed in 162 milliseconds