/aoo42x/main/starmath/source/ |
H A D | cfgitem.cxx | 867 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 D | cfgitem.hxx | 115 SmCfgOther * pOther; member in SmMathConfig
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 388 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 D | ndhints.cxx | 391 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 D | fmtatr2.cxx | 264 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 ==()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stg.cxx | 208 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()
|
/aoo42x/main/svx/source/items/ |
H A D | hlnkitem.cxx | 284 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 ==()
|
/aoo42x/main/svx/source/table/ |
H A D | tablelayouter.cxx | 919 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 D | tablelayouter.hxx | 145 static bool HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
|
/aoo42x/main/sfx2/source/config/ |
H A D | evntconf.cxx | 98 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 ==()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | tplparam.cxx | 50 const TplParameter_Type * pOther in Compare() local 52 if (pOther == 0) in Compare() 56 - static_cast<long>(pOther->nType.Value()); in Compare()
|
/aoo42x/main/sc/source/core/data/ |
H A D | attrib.cxx | 73 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 D | document.cxx | 4421 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 …]
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 1170 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() 1174 … pOther->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() 1182 … pOther->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 …]
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 585 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()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 284 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];
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objitem.cxx | 122 SfxObjectItem *pOther = PTR_CAST(SfxObjectItem, &rItem); in operator ==() local 123 return pOther->_pSh == _pSh; in operator ==()
|
/aoo42x/main/svl/source/items/ |
H A D | style.cxx | 222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName() local 223 if ( pOther && pOther != this ) in SetName()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 547 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()
|
/aoo42x/main/sc/inc/ |
H A D | attrib.hxx | 53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1863 SwTableBox* pOther = SwIterator<SwTableBox,SwFmt>::FirstElement( *pFmt ); in CheckBoxFmt() local 1864 if( pOther ) in CheckBoxFmt()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 6370 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange() local 6371 if(pOther) in createTextCursorByRange() 6372 pCursor->SetSelection( pOther->GetSelection() ); in createTextCursorByRange()
|