Home
last modified time | relevance | path

Searched refs:nW (Results 1 – 25 of 110) sorted by path

12345

/trunk/extras/l10n/source/de/
H A Dlocalize.sdf3579 …TION 0 de Dieser Assistent führt Sie durch die Migration Ihrer Makros.\n\nWährend der Migration …
4309 …Wert, der in jedem neu eingefügten Datensatz als Standard erscheinen soll.\nWählen Sie den leeren …
5004 …chten Seite sehen Sie alle Tabellen aus der Datenquelle des Formulars.\n\n\nWählen Sie bitte die T…
59719 … ungültigen Namen angegeben.\nDas AutoFormat konnte nicht erstellt werden.\nWählen Sie einen ander…
60279 …von Zellen wird nur dann wirksam, wenn die aktive Tabelle geschützt ist.\n\nWählen Sie hierzu aus …
70841 … ungültigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nWählen Sie einen ander…
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf4423 … zostanie przeładowany zmiany dokonane w tej instancji zostaną utracone.\n\nW jaki sposób chcesz p…
10429 …iwia to dostęp do arkusza i jego edycję wielu użytkownikom jednocześnie.\n\nW trybie dzielonym zmi…
17672 …y zostaną skompresowane, a dane, które nie są już potrzebne, będą usuwane.\nW ostatnim kroku kreat…
20372 …dostępniające książki adresowe użytkownika, wyświetlane w postaci tabel.\n\nW tworzeniu źródła dan…
20859 …PARENCY FT_PRINTTRANSWARN 163 pl Dokument zawiera przezroczyste obiekty.\nW przypadku niektórych…
69607 cui source\customize\cfg.src 0 fixedtext MD_ICONSELECTOR FT_NOTE 200 pl Uwaga:\nW celu uzyskania …
72025 …ng STR_HELP_LENGTH 40 pl Określ maksymalną długość danych w tym polu.\n\nW przypadku pól dziesi…
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx161 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow() local
162 int nVideoW = nW, nVideoH = nH; in implLayoutVideoWindow()
228 nX = ( nW - nVideoW ) >> 1; in implLayoutVideoWindow()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java117 int nW = maFrame.getJavaFrame().getWidth(); in LayoutComponents() local
121 aPanel.setBounds( 0, 0, nW, nH ); in LayoutComponents()
132 aControlComponent.setBounds( 0, nH - nControlH, nW, nControlH ); in LayoutComponents()
143 int nVideoW = nW, nVideoH = ( nH - nControlH ); in LayoutComponents()
205 nX = ( nW - nVideoW ) >> 1; in LayoutComponents()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx230 int nW = aRect.Width, nH = aRect.Height; in ImplLayoutVideoWindow() local
231 int nVideoW = nW, nVideoH = nH; in ImplLayoutVideoWindow()
293 nX = ( nW - nVideoW ) >> 1; in ImplLayoutVideoWindow()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx186 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow() local
187 int nVideoW = nW, nVideoH = nH; in implLayoutVideoWindow()
249 nX = ( nW - nVideoW ) >> 1; in implLayoutVideoWindow()
/trunk/main/cui/source/options/
H A Doptjava.cxx888 long nW = ( nTxtWidth1 > aBtnSz.Width() ) ? nTxtWidth1 : nTxtWidth2; in SvxJavaClassPathDlg() local
889 long nDelta = nW - aBtnSz.Width() + 2 * BUTTON_BORDER; in SvxJavaClassPathDlg()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx173 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in Reset() local
174 if( SFX_ITEM_SET == rSet.GetItemState( nW, sal_True, &pItem)) in Reset()
198 nW = rPool.GetWhich( SID_ATTR_PAGE_SIZE ); in Reset()
199 if ( SFX_ITEM_SET == rSet.GetItemState( nW, sal_False, &pItem ) ) in Reset()
219 MapMode( (MapUnit)rSet.GetPool()->GetMetric( nW ) ) ); in Reset()
258 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_FRMSIZE ); in FillItemSet() local
261 SvxSizeItem aSz( nW ); in FillItemSet()
268 pExSet->GetItemState( nW, sal_False, &pItem ) ) in FillItemSet()
271 aSz = (const SvxSizeItem&)GetItemSet().Get( nW ); in FillItemSet()
293 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in FillItemSet() local
[all …]
H A Dpage.cxx1637 long nW = static_cast<long>(aPaperWidthEdit.Denormalize(aPaperWidthEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK() local
1651 nW = static_cast<long>(aPaperWidthEdit.Denormalize(aPaperWidthEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1666 nMax = nW - nBR - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
1670 nMax = nW - nBL - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
1687 long nW = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl() local
1692 if ( nWidth > nW || nHeight > nH ) in CalcMargin_Impl()
1694 if ( nWidth > nW ) in CalcMargin_Impl()
1697 nTmp -= nWidth - nW; in CalcMargin_Impl()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx801 sal_uInt16 nW = pAttrib->GetItem()->Which(); in ExpandAttribs() local
805 if ( ( pA->GetStart() == 0 ) && ( pA->GetItem()->Which() == nW ) ) in ExpandAttribs()
H A Deditdoc2.cxx509 sal_uInt16 nW = pSourcePool->GetTrueWhich( nSlot ); in ConvertAndPutItems() local
510 if ( nW ) in ConvertAndPutItems()
511 nSourceWhich = nW; in ConvertAndPutItems()
H A Deditobj.cxx966 for ( sal_uInt16 nW = nStart; nW <= nEnd; nW++ ) in MergeParaAttribs() local
968 if ( ( pC->GetParaAttribs().GetItemState( nW, sal_False ) != SFX_ITEM_ON ) in MergeParaAttribs()
969 && ( rAttribs.GetItemState( nW, sal_False ) == SFX_ITEM_ON ) ) in MergeParaAttribs()
971 pC->GetParaAttribs().Put( rAttribs.Get( nW ) ); in MergeParaAttribs()
H A Deditview.cxx1128 for ( sal_uInt16 nW = 0; nW < nWords; nW++ ) in ExecuteSpellPopup() local
1130 String aAlternate( pAlt[nW] ); in ExecuteSpellPopup()
1131 aPopupMenu.InsertItem( MN_ALTSTART+nW, aAlternate, 0, nW ); in ExecuteSpellPopup()
1132 pAutoMenu->InsertItem( MN_AUTOSTART+nW, aAlternate, 0, nW ); in ExecuteSpellPopup()
H A Dimpedit.cxx798 long nW = aOutArea.GetWidth() / 4; in ShowCursor() local
799 if ( Abs( nDiffX ) < nW ) in ShowCursor()
802 nDiffY -= nW; in ShowCursor()
804 nDiffY += nW; in ShowCursor()
H A Dimpedit2.cxx2356 for ( sal_uInt16 nW = 0; nW < nRWrongs; nW++ ) in ImpConnectParagraphs() local
2358 WrongRange aWrong = pRight->GetWrongList()->GetObject( nW ); in ImpConnectParagraphs()
2959 for ( sal_uInt16 nW = 0; nW < nLWrongs; nW++ ) in ImpInsertParaBreak() local
2961 WrongRange& rWrong = pLWrongs->GetObject( nW ); in ImpInsertParaBreak()
H A Dimpedit3.cxx876 long nW = nB - nA; in CreateLines() local
877 if ( nW > nMaxRangeWidth ) in CreateLines()
879 nMaxRangeWidth = nW; in CreateLines()
1110 long nW = nWidthAfterTab; // Length before tab position in CreateLines() local
1117 nW = nWidthAfterTab/2; in CreateLines()
1127 nW -= pParaPortion->GetTextPortions().GetObject( nTmpPortion )->GetSize().Width(); in CreateLines()
1128nW += aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL … in CreateLines()
1137 if ( nW >= nMaxW ) in CreateLines()
1139 nW = nMaxW; in CreateLines()
1143 pTabPortion->GetSize().Width() = aCurrentTab.nTabPos - aCurrentTab.nStartPosX - nW - nStartX; in CreateLines()
H A Dimpedit5.cxx689 for ( sal_uInt16 nW = EE_CHAR_START; nW <= EE_CHAR_END; nW++ ) in RemoveCharAttribs() local
690 aAttribs.ClearItem( nW ); in RemoveCharAttribs()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1291 const Color *pColor, const sal_uInt16 nW, in SvxShadowItem() argument
1295 nWidth ( nW ), in SvxShadowItem()
H A Dparaitem.cxx1618 const sal_uInt16 nW ) in SvxParaVertAlignItem() argument
1619 : SfxUInt16Item( nW, nValue ) in SvxParaVertAlignItem()
H A Dtextitem.cxx3109 sal_Unicode nEndBracket, sal_uInt16 nW ) in SvxTwoLinesItem() argument
3110 : SfxPoolItem( nW ), in SvxTwoLinesItem()
3266 const sal_uInt16 nW ) in SvxCharRotateItem() argument
3267 : SfxUInt16Item( nW, nValue ), bFitToLine( bFitIntoLine ) in SvxCharRotateItem()
3387 const sal_uInt16 nW ) in SvxCharScaleWidthItem() argument
3388 : SfxUInt16Item( nW, nValue ) in SvxCharScaleWidthItem()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1537 long nW = mpHeaderBar->GetItemSize(i); in IMPL_LINK() local
1538 aSz.Width() = nW + nTmpSz; in IMPL_LINK()
1539 nTmpSz += nW; in IMPL_LINK()
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx377 sal_Int32 nW = aAgentSize.Width() ; in implts_positionAgentWindow() local
380 if (nW < 1) in implts_positionAgentWindow()
381 nW = 100; in implts_positionAgentWindow()
385 sal_Int32 nX = aContainerSize.Width - nW; in implts_positionAgentWindow()
389 xAgentWindow->setPosSize(nX, nY, nW, nH, css::awt::PosSize::POSSIZE); in implts_positionAgentWindow()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx445 long nW = (maWelcome.GetFontMetric().GetWidth()*95)/100; in initControls() local
446 maTextFont.SetSize( Size( nW, 18 ) ); in initControls()
465 nW = (maProduct.GetFontMetric().GetWidth()*95)/100; in initControls()
466 maTextFont.SetSize( Size( nW, 28 ) ); in initControls()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx790 sal_uInt16 nW = rItem.Which(); in GetPresentation() local
795 switch( nW ) in GetPresentation()
995 …if( lcl_HFPresentation( rItem, ePresentation, GetMetric( nW ), ePresentationMetric, aBuffer, pIntl… in GetPresentation()
1009 …if( lcl_HFPresentation( rItem, ePresentation, GetMetric( nW ), ePresentationMetric, aBuffer, pIntl… in GetPresentation()
1040 …ePresentation = rItem.GetPresentation( ePresentation, GetMetric( nW ), ePresentationMetric, rText,… in GetPresentation()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx609 sal_uInt16 nW = ((nWidths < nTableWidth) ? in SetWidths() local
615 pWidths[nCol] = nW; in SetWidths()
1434 sal_uInt16 nW = (nTableWidth ? nTableWidth : (sal_uInt16) aPageSize.Width()); in GetWidthPixel() local
1435 return (sal_uInt16)((pOption->GetNumber() * nW) / 100); in GetWidthPixel()

Completed in 2501 milliseconds

12345