Home
last modified time | relevance | path

Searched refs:pOther (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/starmath/source/
H A Dcfgitem.cxx426 pOther = 0; in SmMathConfig()
438 delete pOther; in ~SmMathConfig()
867 if (!pOther) in LoadOther()
868 pOther = new SmCfgOther; in LoadOther()
884 pOther->bPrintTitle = bTmp; in LoadOther()
888 pOther->bPrintFormulaText = bTmp; in LoadOther()
892 pOther->bPrintFrame = bTmp; in LoadOther()
896 pOther->ePrintSize = (SmPrintSize) nTmp16; in LoadOther()
900 pOther->nPrintZoomFactor = nTmp16; in LoadOther()
904 pOther->bIsSaveOnlyUsedSymbols = bTmp; in LoadOther()
[all …]
H A Dcfgitem.hxx115 SmCfgOther * pOther; member in SmMathConfig
/AOO41X/main/sw/source/core/txtnode/
H A Dthints.cxx388 SwTxtAttr * const pOther = GetEnd(i); in TryInsertNesting() local
390 if (pOther->IsNesting()) in TryInsertNesting()
392 const sal_uInt16 nOtherWhich( pOther->Which() ); in TryInsertNesting()
393 const xub_StrLen nOtherStart( *(pOther)->GetStart() ); in TryInsertNesting()
394 const xub_StrLen nOtherEnd ( *(pOther)->GetEnd() ); in TryInsertNesting()
406 nOtherStart, nOtherEnd, pOther->HasDummyChar()); in TryInsertNesting()
410 static_cast<SwTxtAttrNesting*>(pOther)); in TryInsertNesting()
423 static_cast<SwTxtAttrNesting*>(pOther)); in TryInsertNesting()
425 else if ((nNewStart == nOtherStart) && pOther->HasDummyChar()) in TryInsertNesting()
616 SwTxtAttr* pOther = GetTextHint(i); in BuildPortions() local
[all …]
H A Dndhints.cxx391 SwTxtAttr const * const pOther( m_HintStarts[j] ); in Check() local
392 if ( pOther->IsNesting() && (i != j) ) in Check()
396 *pOther->GetStart(), *pOther->End()); in Check()
409 SwTxtAttr const * const pOther( m_HintStarts[j] ); in Check() local
410 if (pOther->HasDummyChar()) in Check()
412 CHECK_ERR( (*pOther->GetStart() != *pHtThis->GetStart()), in Check()
H A Dfmtatr2.cxx264 const SvxMacroTableDtor* pOther = ((SwFmtINetFmt&)rAttr).mpMacroTbl; in operator ==() local
266 return ( !pOther || !pOther->Count() ); in operator ==()
267 if( !pOther ) in operator ==()
271 const SvxMacroTableDtor& rOther = *pOther; in operator ==()
/AOO41X/main/sot/source/sdstor/
H A Dstg.cxx208 const StorageStream* pOther = PTR_CAST( StorageStream, &rStream ); in Equals() local
209 return pOther && ( pOther->pEntry == pEntry ); in Equals()
866 Storage *pOther = PTR_CAST( Storage, pODest ); in MoveTo() local
867 if( pOther && pIo == pOther->pIo && rElem == rNew ) in MoveTo()
1118 const Storage* pOther = PTR_CAST( Storage, &rStorage ); in Equals() local
1119 return pOther && ( pOther->pEntry == pEntry ); in Equals()
/AOO41X/main/svx/source/items/
H A Dhlnkitem.cxx284 const SvxMacroTableDtor* pOther = ((SvxHyperlinkItem&)rAttr).pMacroTable; in operator ==() local
286 return ( !pOther || !pOther->Count() ); in operator ==()
287 if( !pOther ) in operator ==()
291 const SvxMacroTableDtor& rOther = *pOther; in operator ==()
/AOO41X/main/svx/source/table/
H A Dtablelayouter.cxx919 bool TableLayouter::HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ) in HasPriority() argument
921 if (!pThis || ((pThis == &gEmptyBorder) && (pOther != 0))) in HasPriority()
923 if (!pOther || (pOther == &gEmptyBorder)) in HasPriority()
927 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in HasPriority()
938 if ( pOther->GetInWidth() && !pThis->GetInWidth() ) in HasPriority()
942 else if ( pThis->GetInWidth() && !pOther->GetInWidth() ) in HasPriority()
H A Dtablelayouter.hxx145 static bool HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
/AOO41X/main/autodoc/source/ary/cpp/
H A Dtplparam.cxx50 const TplParameter_Type * pOther in Compare() local
52 if (pOther == 0) in Compare()
56 - static_cast<long>(pOther->nType.Value()); in Compare()
/AOO41X/main/sfx2/source/config/
H A Devntconf.cxx98 const SfxEventName *pOther = rOther.GetObject(nNo); in operator ==() local
99 if ( pOwn->mnId != pOther->mnId || in operator ==()
100 pOwn->maEventName != pOther->maEventName || in operator ==()
101 pOwn->maUIName != pOther->maUIName ) in operator ==()
/AOO41X/main/sc/source/core/data/
H A Dattrib.cxx73 sal_Bool ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ) in ScHasPriority() argument
79 if (!pOther) in ScHasPriority()
83 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in ScHasPriority()
91 if ( pOther->GetInWidth() && !pThis->GetInWidth() ) in ScHasPriority()
93 else if ( pThis->GetInWidth() && !pOther->GetInWidth() ) in ScHasPriority()
H A Ddocument.cxx4421 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines() local
4423 if ( ScHasPriority( pOther, pLeftLine ) ) in GetBorderLines()
4424 pLeftLine = pOther; in GetBorderLines()
4428 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines() local
4430 if ( ScHasPriority( pOther, pTopLine ) ) in GetBorderLines()
4431 pTopLine = pOther; in GetBorderLines()
4435 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines() local
4437 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines()
4438 pRightLine = pOther; in GetBorderLines()
4442 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines() local
[all …]
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx1170 const OSQLParseNode* pOther = pParent->getChild(nPos); in traverseParameters() local
1171 if ( SQL_ISRULE( pOther, column_ref ) ) in traverseParameters()
1172 getColumnRange( pOther, sColumnName, sTableRange, aColumnAlias); in traverseParameters()
1174pOther->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseParameters()
1178 const OSQLParseNode* pOther = pParent->getParent()->getChild(0); in traverseParameters() local
1179 if ( SQL_ISRULE( pOther, column_ref ) ) in traverseParameters()
1180 getColumnRange( pOther, sColumnName, sTableRange, aColumnAlias); in traverseParameters()
1182pOther->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseParameters()
1186 const OSQLParseNode* pOther = pParent->getParent()->getChild(0); in traverseParameters() local
1187 if ( SQL_ISRULE( pOther, column_ref ) ) in traverseParameters()
[all …]
/AOO41X/main/dbaccess/source/ui/control/
H A DRelationControl.cxx585 ListBox* pOther; in IMPL_LINK() local
587 pOther = &m_lmbRightTable; in IMPL_LINK()
589 pOther = &m_lmbLeftTable; in IMPL_LINK()
590 pOther->SelectEntryPos(1 - pOther->GetSelectEntryPos()); in IMPL_LINK()
/AOO41X/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm284 NSView* pOther = getPair( pCtrl );
285 if( pOther && [pOther isKindOfClass: [NSControl class]] )
286 [(NSControl*)pOther setEnabled: bEnabled];
518 NSView* pOther = mpController->getPair( pField );
519 if( pOther )
520 [(NSControl*)pOther setIntValue: nValue];
530 NSView* pOther = mpController->getPair( pStep );
531 if( pOther )
532 [(NSControl*)pOther setIntValue: nValue];
/AOO41X/main/sfx2/source/doc/
H A Dobjitem.cxx122 SfxObjectItem *pOther = PTR_CAST(SfxObjectItem, &rItem); in operator ==() local
123 return pOther->_pSh == _pSh; in operator ==()
/AOO41X/main/svl/source/items/
H A Dstyle.cxx222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName() local
223 if ( pOther && pOther != this ) in SetName()
/AOO41X/main/sw/source/core/layout/
H A Dsectfrm.cxx547 SwFrm* pOther = bApres ? pFrm->FindNext() : pFrm->FindPrev(); in SplitSect() local
548 if( !pOther ) in SplitSect()
550 SwSectionFrm* pSect = pOther->FindSctFrm(); in SplitSect()
554 SwFrm* pSav = ::SaveCntnt( this, bApres ? pOther : pFrm ); in SplitSect()
/AOO41X/main/sc/inc/
H A Dattrib.hxx53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
/AOO41X/main/sw/source/core/table/
H A Dswtable.cxx1797 SwTableBox* pOther = SwIterator<SwTableBox,SwFmt>::FirstElement( *pFmt ); in CheckBoxFmt() local
1798 if( pOther ) in CheckBoxFmt()
/AOO41X/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6370 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange() local
6371 if(pOther) in createTextCursorByRange()
6372 pCursor->SetSelection( pOther->GetSelection() ); in createTextCursorByRange()