Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dcfgitem.cxx867 if (!pOther) in LoadOther()
1146 if (!pOther) in GetPrintSize()
1154 if (!pOther) in SetPrintSize()
1166 if (!pOther) in GetPrintZoomFactor()
1174 if (!pOther) in SetPrintZoomFactor()
1196 if (!pOther) in IsPrintTitle()
1204 if (!pOther) in SetPrintTitle()
1212 if (!pOther) in IsPrintFormulaText()
1220 if (!pOther) in SetPrintFormulaText()
1228 if (!pOther) in IsPrintFrame()
[all …]
H A Dcfgitem.hxx115 SmCfgOther * pOther; member in SmMathConfig
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx388 SwTxtAttr * const pOther = GetEnd(i); in TryInsertNesting() local
390 if (pOther->IsNesting()) in TryInsertNesting()
616 SwTxtAttr* pOther = GetTextHint(i); in BuildPortions() local
635 NoteInHistory( pOther ); in BuildPortions()
637 NoteInHistory( pOther, true ); in BuildPortions()
652 NoteInHistory( pOther ); in BuildPortions()
653 *pOther->GetStart() = nThisEnd; in BuildPortions()
654 NoteInHistory( pOther, true ); in BuildPortions()
715 SwTxtAttr *pOther = GetTextHint(i); in BuildPortions() local
726 if ( pOther->GetEnd() && *pOther->GetEnd() == nPorEnd && nOtherStart == nPorStart ) in BuildPortions()
[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 ==()
/trunk/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()
/trunk/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 ==()
/trunk/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 );
/trunk/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 ==()
/trunk/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()
/trunk/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()
4444 if ( ScHasPriority( pOther, pBottomLine ) ) in GetBorderLines()
[all …]
/trunk/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 …]
/trunk/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()
/trunk/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];
/trunk/main/sfx2/source/doc/
H A Dobjitem.cxx122 SfxObjectItem *pOther = PTR_CAST(SfxObjectItem, &rItem); in operator ==() local
123 return pOther->_pSh == _pSh; in operator ==()
/trunk/main/svl/source/items/
H A Dstyle.cxx222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName() local
223 if ( pOther && pOther != this ) in SetName()
/trunk/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()
/trunk/main/sc/inc/
H A Dattrib.hxx53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1863 SwTableBox* pOther = SwIterator<SwTableBox,SwFmt>::FirstElement( *pFmt ); in CheckBoxFmt() local
1864 if( pOther ) in CheckBoxFmt()
/trunk/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()

Completed in 243 milliseconds