Home
last modified time | relevance | path

Searched refs:nFlags (Results 476 – 500 of 771) sorted by relevance

1...<<11121314151617181920>>...31

/aoo41x/main/starmath/source/
H A Daccessibility.cxx1040 sal_uInt8 nFlags = 0; in GetAttribs() local
1044 nFlags = GETATTRIBS_ALL; in GetAttribs()
1047 nFlags = GETATTRIBS_PARAATTRIBS|GETATTRIBS_CHARATTRIBS; in GetAttribs()
1050 nFlags = GETATTRIBS_CHARATTRIBS; in GetAttribs()
1056 return pEditEngine->GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in GetAttribs()
/aoo41x/main/sc/source/core/data/
H A Dtable4.cxx1798 void ScTable::GetAutoFormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAu… in GetAutoFormatFrame() argument
1807 if (nFlags & LF_LEFT) in GetAutoFormatFrame()
1819 if (nFlags & LF_TOP) in GetAutoFormatFrame()
1831 if (nFlags & LF_RIGHT) in GetAutoFormatFrame()
1843 if (nFlags & LF_BOTTOM) in GetAutoFormatFrame()
H A Dattarray.cxx1550 sal_Bool ScAttrArray::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags() argument
1568 if ( (nOldValue | nFlags) != nOldValue ) in ApplyFlags()
1573 aNewPattern.GetItemSet().Put( ScMergeFlagAttr( nOldValue | nFlags ) ); in ApplyFlags()
1587 sal_Bool ScAttrArray::RemoveFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in RemoveFlags() argument
1605 if ( (nOldValue & ~nFlags) != nOldValue ) in RemoveFlags()
1610 aNewPattern.GetItemSet().Put( ScMergeFlagAttr( nOldValue & ~nFlags ) ); in RemoveFlags()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx3099 sal_Int32 nFlags = 7; in WriteTextSpecInfo() local
3102 << nFlags in WriteTextSpecInfo()
3484 sal_uInt32 nFlags = 0x4400; // set of flags that determine type of build in ImplWriteObjectEffect() local
3956 nFlags |= 4; in ImplWriteObjectEffect()
3969 nFlags |= 0x10; in ImplWriteObjectEffect()
3986 rSt << nDimColor << nFlags << nSoundRef << nDelayTime in ImplWriteObjectEffect()
4002 sal_uInt8 nFlags = 0; // Bit 1: Animated. If 1, then button is animated in ImplWriteClickAction() local
4134 << nFlags in ImplWriteClickAction()
4245 mpPptEscherEx->AddShape( nType, nFlags, nId ); in ImplCreateShape()
4732 nFlags |= 0x80; // Flags: VertMirror in ImplWritePage()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dbitmap.hxx807 sal_uLong nFlags = BMP_VECTORIZE_OUTER,
832 sal_uLong nFlags = BMP_VECTORIZE_INNER,
/aoo41x/main/svtools/source/inc/
H A Dsvimpbox.hxx149 sal_uInt16 nFlags; member in SvImpLBox
226 sal_Bool InScroll() const { return (sal_Bool)(nFlags & F_IN_SCROLLING)!=0;} in InScroll()
/aoo41x/main/sfx2/source/appl/
H A Dlnkbase2.cxx651 FileDialogHelper* SvBaseLink::GetFileDialog( sal_uInt32 nFlags, const String& rFactory ) const in GetFileDialog() argument
657 pImpl->m_pFileDlg = new FileDialogHelper( nFlags, rFactory ); in GetFileDialog()
/aoo41x/main/xmloff/source/chart/
H A DPropertyMaps.cxx286 const XMLPropertyState& rProperty, sal_uInt16 nFlags, in handleElementItem() argument
346 nFlags, pProperties, nIdx ); in handleElementItem()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx164 void TheExtensionManager::ToTop( sal_uInt16 nFlags ) in ToTop() argument
168 getDialog()->ToTop( nFlags ); in ToTop()
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx348 sal_uInt16 nFlags ) in AddFontSubstitute() argument
353 rpSubst->AddFontSubstitute( rFontName, rReplaceFontName, nFlags ); in AddFontSubstitute()
360 const String& rSubstFontName, sal_uInt16 nFlags ) in AddFontSubstitute() argument
383 sal_uInt16 nFlags ) in ImplAddDevFontSubstitute() argument
451 const String& rSearchName, sal_uInt16 nFlags ) const in FindFontSubstitute()
458 if( ((rEntry.mnFlags & nFlags) || !nFlags) in FindFontSubstitute()
472 sal_uInt16 nFlags, ImplDirectFontSubstitution* pDevSpecific ) in ImplFontSubstitute() argument
494 if( pDevSpecific->FindFontSubstitute( aSubstFontName, rFontName, nFlags ) ) in ImplFontSubstitute()
603 if( nFlags & DEFAULTFONT_FLAGS_ONLYONE ) in GetDefaultFont()
615 if ( nFlags & DEFAULTFONT_FLAGS_ONLYONE ) in GetDefaultFont()
[all …]
/aoo41x/main/svx/source/dialog/
H A D_contdlg.cxx137 if ( pInfo->nFlags & SFX_CHILDWIN_ZOOMIN ) in SvxContourDlgChildWindow()
191 const sal_uIntPtr nFlags ) in CreateAutoContour() argument
221 aVDev.DrawPolyPolygon( CreateAutoContour( rStepBmp.aBmpEx, pRect, nFlags ) ); in CreateAutoContour()
/aoo41x/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx122 void Show( sal_Bool bVisible = sal_True, sal_uInt16 nFlags = SHOW_NOACTIVATE );
930 void BubbleWindow::Show( sal_Bool bVisible, sal_uInt16 nFlags ) in Show() argument
975 FloatingWindow::Show( bVisible, nFlags ); in Show()
/aoo41x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx125 sal_uInt16 nFlags = 0; in GetPrinter() local
127 nFlags = (aPrintItem.GetOptionsPrint().IsWarningSize() ? SFX_PRINTER_CHG_SIZE : 0) | in GetPrinter()
129 aFlagItem.SetValue( nFlags ); in GetPrinter()
/aoo41x/main/connectivity/source/drivers/flat/
H A DETable.cxx317 sal_Int32 nFlags = 0; in impl_fillColumnInfo_nothrow() local
341 nFlags = ColumnSearch::BASIC; in impl_fillColumnInfo_nothrow()
377 nFlags |= ColumnSearch::CHAR; in impl_fillColumnInfo_nothrow()
/aoo41x/main/svtools/source/control/
H A Dheadbar.cxx1016 sal_uLong nFlags ) in Draw() argument
1026 if ( nFlags & WINDOW_DRAW_MONO ) in Draw()
1032 if ( !(nFlags & WINDOW_DRAW_NOBACKGROUND) ) in Draw()
1063 ImplDrawItem( pDev, i, sal_False, sal_False, aItemRect, &aRect, nFlags ); in Draw()
/aoo41x/main/sfx2/source/dialog/
H A Ddockwin.cxx256 void SfxDockingWrapper::RegisterChildWindow (sal_Bool bVis, SfxModule *pMod, sal_uInt16 nFlags) in RegisterChildWindow() argument
263 pFact->aInfo.nFlags |= nFlags; in RegisterChildWindow()
1029 if ( pInfo->nFlags & SFX_CHILDWIN_FORCEDOCK ) in Initialize()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1497 void GtkSalFrame::SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSize() argument
1504 if( (nFlags & ( SAL_FRAME_POSSIZE_WIDTH | SAL_FRAME_POSSIZE_HEIGHT )) && in SetPosSize()
1526 if( nFlags & ( SAL_FRAME_POSSIZE_X | SAL_FRAME_POSSIZE_Y ) ) in SetPosSize()
2078 void GtkSalFrame::ToTop( sal_uInt16 nFlags ) in ToTop() argument
2086 if( ! (nFlags & SAL_FRAME_TOTOP_GRABFOCUS_ONLY) ) in ToTop()
2112 if( nFlags & SAL_FRAME_TOTOP_RESTOREWHENMIN ) in ToTop()
2283 void GtkSalFrame::EndExtTextInput( sal_uInt16 nFlags ) in EndExtTextInput() argument
2286 m_pIMHandler->endExtTextInput( nFlags ); in EndExtTextInput()
/aoo41x/main/svx/inc/svx/
H A Dsvxdlg.hxx148 virtual void Hide( sal_uInt16 nFlags = 0 ) = 0;
150 virtual void Invalidate( sal_uInt16 nFlags = 0 ) = 0;
/aoo41x/main/sw/source/core/edit/
H A Dacorrect.cxx462 if( CptlSttWrd & nFlags ) in CheckChar()
464 else if( CptlSttSntnc & nFlags ) in CheckChar()
/aoo41x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx301 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
618 void SetBrowserFlags(sal_Int32 nFlags);
/aoo41x/main/sc/source/ui/inc/
H A Ddocsh.hxx293 const Color& rColor, sal_uInt16 nFlags,
296 const Color& rColor, sal_uInt16 nFlags );
/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2204 sal_uInt16 nFlags, in SetFrmFmtAttrs() argument
2208 if( (nFlags & HTML_FF_BOX) != 0 && in SetFrmFmtAttrs()
2211 if( (nFlags & HTML_FF_PADDING) == 0 ) in SetFrmFmtAttrs()
2225 if( (nFlags & HTML_FF_BACKGROUND) != 0 && in SetFrmFmtAttrs()
2232 if( (nFlags & HTML_FF_DIRECTION) != 0 && in SetFrmFmtAttrs()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx868 sal_uInt16 nFlags; in Execute() local
869 aDocument.GetScenarioData( nTab, aComment, aColor, nFlags ); in Execute()
890 pNewDlg->SetScenarioData( aName, aComment, aColor, nFlags ); in Execute()
893 pNewDlg->GetScenarioData( aName, aComment, aColor, nFlags ); in Execute()
894 ModifyScenario( nTab, aName, aComment, aColor, nFlags ); in Execute()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx1112 SalInvert nFlags ) in invert() argument
1115 if( SAL_INVERT_50 & nFlags ) in invert()
1122 if ( SAL_INVERT_TRACKFRAME & nFlags ) in invert()
/aoo41x/main/vcl/source/control/
H A Dedit.cxx1895 void Edit::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
1912 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw()
1913 sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && IsControlBackground(); in Draw()
1929 if ( ( nFlags & WINDOW_DRAW_MONO ) || ( eOutDevType == OUTDEV_PRINTER ) ) in Draw()
1933 if ( !(nFlags & WINDOW_DRAW_NODISABLE ) && !IsEnabled() ) in Draw()
1978 GetSubEdit()->Draw( pDev, rPos, rSize, nFlags ); in Draw()

Completed in 4321 milliseconds

1...<<11121314151617181920>>...31