/aoo42x/main/sw/source/ui/shells/ |
H A D | listsh.cxx | 105 sal_uInt16 nDest = nActEndPos + 2; in TYPEINIT1() local 106 while ( nDest < pIDoc->getOutlineNodesCount() && in TYPEINIT1() 107 pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1() 108 ++nDest; in TYPEINIT1() 110 nDir = nDest - 1 - nActEndPos; in TYPEINIT1() 119 sal_uInt16 nDest = nActPos - 1; in TYPEINIT1() local 120 while ( nDest > 0 && pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1() 121 --nDest; in TYPEINIT1() 123 nDir = nDest - nActPos; in TYPEINIT1()
|
/aoo42x/main/idl/source/cmptools/ |
H A D | char.cxx | 78 char * SvChar::GetTable( CharSet nSource , CharSet nDest ) in GetTable() argument 80 if( nSource == nDest ) in GetTable() 87 pSet = (sal_uInt8 *)pCharTable->Get( ((sal_uLong)nSource << 16) + (sal_uLong)nDest ); in GetTable() 95 char c = ByteString::Convert( pSet[i], nSource, nDest ); in GetTable() 99 pCharTable->Insert( ((sal_uLong)nSource << 16) + (sal_uLong)nDest, pSet ); in GetTable()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | paralist.cxx | 130 void ParagraphList::MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong _nCount ) in MoveParagraphs() argument 132 if ( ( nDest < nStart ) || ( nDest >= ( nStart + _nCount ) ) ) in MoveParagraphs() 143 if ( nDest > nStart ) in MoveParagraphs() 144 nDest -= _nCount; in MoveParagraphs() 149 Insert( pPara, nDest++ ); in MoveParagraphs()
|
H A D | paralist.hxx | 48 void MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong nCount );
|
/aoo42x/main/comphelper/source/property/ |
H A D | propagg.cxx | 531 sal_Int32 nDest = 0; in propertiesChange() local 537 pHandles[nDest] = nHandle; in propertiesChange() 538 pNewValues[nDest] = pEvents->NewValue; in propertiesChange() 539 pOldValues[nDest] = pEvents->OldValue; in propertiesChange() 540 ++nDest; in propertiesChange() 544 if (nDest) in propertiesChange() 545 fire(pHandles, pNewValues, pOldValues, nDest, sal_False); in propertiesChange()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 494 SCTAB nDest = 0; in Move() local 495 if ( ScVbaWorksheets::nameExists (xSpreadDoc, xSheet->getName(), nDest) ) in Move() 499 nDest++; in Move() 501 xSheets->moveByName(aCurrSheetName,nDest); in Move() 528 SCTAB nDest = 0; in Copy() local 530 if ( ScVbaWorksheets::nameExists (xSpreadDoc, aSheetName, nDest ) ) in Copy() 534 nDest++; in Copy() 537 xSheets->copyByName(aCurrSheetName,aSheetName,nDest); in Copy()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 170 sal_uInt16 nDest ) in ApplyUsrPref() argument 176 VIEWOPT_DEST_WEB == nDest ? sal_True : in ApplyUsrPref() 177 VIEWOPT_DEST_TEXT== nDest ? sal_False : in ApplyUsrPref() 181 sal_Bool bViewOnly = VIEWOPT_DEST_VIEW_ONLY == nDest; in ApplyUsrPref()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | informationdialog.cxx | 269 sal_Int64 nDest = mnDestSize; in InitDialog() local 279 nDest = mnApproxSize; in InitDialog() 287 nDest = mnApproxSize; in InitDialog() 321 …aInfoString = aInfoString.replaceAt( j, aNewSizePlaceholder.getLength(), ImpValueOfInMB( nDest ) ); in InitDialog()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 610 …sal_uInt16 nDest = pTarget ? (sal_uInt16) _pModel->GetAbsPos(pTarget) : pSwGlblDocContents->Coun… in NotifyMoving() local 613 *pSwGlblDocContents, nSource, nSource + 1, nDest ) && in NotifyMoving() 1173 sal_uInt16 nDest = nSource; in ExecCommand() local 1180 nDest+= 2; in ExecCommand() 1187 nDest--; in ExecCommand() 1192 *pSwGlblDocContents, nSource, nSource + 1, nDest ) && in ExecCommand()
|
H A D | content.cxx | 2308 sal_uInt16 nDest; in ExecCommand() local 2318 nDest = nActEndPos; in ExecCommand() 2319 nDest++; in ExecCommand() 2328 if(pEntry && nDest++ && in ExecCommand() 2332 nDest--; in ExecCommand() 2336 nDir = nDest - nActEndPos; in ExecCommand() 2346 nDest = nActPos; in ExecCommand() 2348 while(pEntry && nDest ) in ExecCommand() 2350 nDest--; in ExecCommand() 2360 nDir = nDest - nActPos; in ExecCommand()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editundo.cxx | 466 nDest = n; in EditUndoMoveParagraphs() 479 long nDiff = ( nDest - aTmpRange.Min() ); in Undo() 483 if ( nParagraphs.Min() < (long)nDest ) in Undo() 499 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( nParagraphs, nDest, 0 ) ); in Redo()
|
H A D | editundo.hxx | 176 sal_uInt32 nDest; member in EditUndoMoveParagraphs 180 EditUndoMoveParagraphs( ImpEditEngine* pImpEE, const Range& rParas, sal_uInt32 nDest );
|
H A D | editview.cxx | 731 long nDest = ( nDiff > 0 ? aRange.Max() : aRange.Min() ) + nDiff; in MoveParagraphs() local 733 nDest++; in MoveParagraphs() 734 …DBG_ASSERT( ( nDest >= 0 ) && ( nDest <= pImpEditView->pEditEngine->GetParagraphCount() ), "MovePa… in MoveParagraphs() 736 sal::static_int_cast< sal_uInt32 >( nDest ) ); in MoveParagraphs()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2955 sal_uInt16 nDest = SwTransferable::GetSotDestination( rSh ); in PasteSpecial() local 2992 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_EMBED_SOURCE, nDest )) in PasteSpecial() 2994 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_LINK_SOURCE, nDest )) in PasteSpecial() 2998 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_LINK, nDest )) in PasteSpecial() 3002 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in PasteSpecial() 3022 sal_uInt16 nDest = SwTransferable::GetSotDestination( rSh ); in FillClipFmtItem() local 3048 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_EMBED_SOURCE, nDest )) in FillClipFmtItem() 3051 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_LINK_SOURCE, nDest )) in FillClipFmtItem() 3063 if( SwTransferable::_TestAllowedFormat( rData, SOT_FORMATSTR_ID_LINK, nDest )) in FillClipFmtItem() 3067 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in FillClipFmtItem()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table3.cxx | 216 SCCOLROW nDest = nStart; in SortReorder() local 217 for ( nPos = 0; nPos < nCount; nPos++, nDest++ ) in SortReorder() 220 if ( nDest != nOrg ) in SortReorder() 223 SwapRow( nDest, nOrg ); in SortReorder() 225 SwapCol( static_cast<SCCOL>(nDest), static_cast<SCCOL>(nOrg) ); in SortReorder() 228 p->nOrg = nDest; in SortReorder() 229 ::std::swap(p, aTable[nDest-nStart]); in SortReorder()
|
/aoo42x/main/package/source/package/manifest/ |
H A D | ManifestImport.cxx | 279 const int nDest = (i == PKG_MNFST_FULLPATH) ? 0 : nNumProperty++; in endElement() local 280 PropertyValue& rProp = aProperties[ nDest ]; in endElement()
|
/aoo42x/main/idl/inc/ |
H A D | char.hxx | 33 static char * GetTable( CharSet nSource, CharSet nDest );
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 464 sal_Int32 PDFWriter::SetOutlineItemDest( sal_Int32 nItem, sal_Int32 nDest ) in SetOutlineItemDest() argument 466 return ((PDFWriterImpl*)pImplementation)->setOutlineItemDest( nItem, nDest ); in SetOutlineItemDest()
|
/aoo42x/main/sw/inc/ |
H A D | swmodule.hxx | 159 sal_uInt16 nDest = VIEWOPT_DEST_VIEW );
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 257 SCTAB nSrc, SCTAB nDest,
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 836 SCTAB nSrc, SCTAB nDest, in ScUndoMakeScenario() argument 842 nDestTab( nDest ), in ScUndoMakeScenario()
|
/aoo42x/extras/l10n/source/ku/ |
H A D | localize.sdf | 18595 …YPE 0 ku Di vê platformê da piştgiriya çavkaniya daneya vê cûreye tune.\nDestûrdayîna guhertina …
|
/aoo42x/extras/l10n/source/ast/ |
H A D | localize.sdf | 13122 …business.Tables.deliveries.Fields.destinationaddress Name 0 ast DirecciónDestín 20200411 15:0… 13130 …s.Tables.deliveries.Fields.destinationcountryregion Name 0 ast PaísORexónDestín 20200411 15:0…
|