Home
last modified time | relevance | path

Searched refs:nFlags (Results 251 – 275 of 771) sorted by relevance

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

/aoo41x/main/linguistic/source/
H A Dmisc.cxx726 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsUpper() local
727 return (nFlags & KCharacterType::UPPER) in IsUpper()
728 && !(nFlags & KCharacterType::LOWER); in IsUpper()
738 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsLower() local
739 return (nFlags & KCharacterType::LOWER) in IsLower()
740 && !(nFlags & KCharacterType::UPPER); in IsLower()
/aoo41x/main/sc/source/core/data/
H A Ddocument.cxx1540 nFlags, bOnlyMarked, pDestDoc->pTab[i], in CopyToDocument()
1565 nFlags, bOnlyMarked, pDestDoc->pTab[i], pMarks); in UndoToDocument()
1680 pTransClip->pTab[i], nFlags, bAsLink ); in TransposeClip()
1682 if ( pDrawLayer && ( nFlags & IDF_OBJECTS ) ) in TransposeClip()
2548 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTab() argument
2551 sal_uInt16 nDelFlags = nFlags; in FillTab()
2587 nFlags, sal_False, pTab[i], NULL, bAsLink ); in FillTab()
2606 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTabMarked() argument
2609 sal_uInt16 nDelFlags = nFlags; in FillTabMarked()
2647 nFlags, sal_True, pTab[i], &rMark, bAsLink ); in FillTabMarked()
[all …]
H A Ddocumen8.cxx138 sal_uInt16 nFlags = 0; in GetPrinter() local
140 nFlags |= SFX_PRINTER_CHG_ORIENTATION; in GetPrinter()
142 nFlags |= SFX_PRINTER_CHG_SIZE; in GetPrinter()
143 pSet->Put( SfxFlagItem( SID_PRINTER_CHANGESTODOC, nFlags ) ); in GetPrinter()
189 sal_uInt16 nFlags = 0; in SetPrintOptions() local
191 nFlags |= SFX_PRINTER_CHG_ORIENTATION; in SetPrintOptions()
193 nFlags |= SFX_PRINTER_CHG_SIZE; in SetPrintOptions()
194 aOptSet.Put( SfxFlagItem( SID_PRINTER_CHANGESTODOC, nFlags ) ); in SetPrintOptions()
/aoo41x/main/svx/source/dialog/
H A Dsrchdlg.cxx1491 sal_Int32 nFlags = GetTransliterationFlags(); in IMPL_LINK() local
1493 nFlags &= (TransliterationModules_IGNORE_CASE | in IMPL_LINK()
1495 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1586 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1587 ApplyTransliterationFlags_Impl( nFlags ); in IMPL_LINK()
1840 void SvxSearchDialog::EnableControls_Impl( const sal_uInt16 nFlags ) in EnableControls_Impl() argument
1842 if ( nFlags == nOptions ) in EnableControls_Impl()
1845 nOptions = nFlags; in EnableControls_Impl()
2496 sal_Int32 nFlags = GetTransliterationFlags(); in SaveToModule_Impl() local
2498 nFlags &= (TransliterationModules_IGNORE_CASE | in SaveToModule_Impl()
[all …]
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx187 sal_uInt16 nFlags; member in SvxIconChoiceCtrl_Impl
492 sal_Bool AreEntriesMoved() const { return (sal_Bool)((nFlags & F_MOVED_ENTRIES)!=0); } in AreEntriesMoved()
495 if( bMoved ) nFlags |= F_MOVED_ENTRIES; in SetEntriesMoved()
496 else nFlags &= ~(F_MOVED_ENTRIES); in SetEntriesMoved()
501 void SetEntryFlags( SvxIconChoiceCtrlEntry* pEntry, sal_uInt16 nFlags );
/aoo41x/main/editeng/inc/editeng/
H A Dsvxacorr.hxx141 long nFlags; member in SvxAutoCorrectLanguageLists
213 long nFlags; member in SvxAutoCorrect
293 long GetFlags() const { return nFlags; } in GetFlags()
296 { return nFlags & nFlag ? sal_True : sal_False; } in IsAutoCorrFlag()
/aoo41x/main/vcl/inc/
H A Dsalframe.hxx180 … virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) = 0;
196 virtual void ToTop( sal_uInt16 nFlags ) = 0;
211 virtual void EndExtTextInput( sal_uInt16 nFlags ) = 0;
/aoo41x/main/sc/source/ui/docshell/
H A Dimpex.cxx520 sal_uInt16 nFlags = SCA_VALID | SCA_TAB_3D; in ExportStream() local
522 aRange.aStart.Format( aRefName, nFlags, pDoc, pDoc->GetAddressConvention() ); in ExportStream()
526 nFlags |= SCA_TAB2_3D; in ExportStream()
527 aRange.Format( aRefName, nFlags, pDoc ); in ExportStream()
1975 sal_uInt16 nFlags = IDF_ALL & ~IDF_STYLES; in Dif2Doc() local
1976 pDoc->DeleteAreaTab( aRange, nFlags ); in Dif2Doc()
1977 pImportDoc->CopyToDocument( aRange, nFlags, sal_False, pDoc ); in Dif2Doc()
1998 sal_uInt16 nFlags = IDF_ALL & ~IDF_STYLES; in RTF2Doc() local
1999 pDoc->DeleteAreaTab( aRange, nFlags ); in RTF2Doc()
2024 sal_uInt16 nFlags = IDF_ALL & ~IDF_STYLES; in HTML2Doc() local
[all …]
/aoo41x/main/cui/source/customize/
H A Dmacropg.cxx198 void _HeaderTabListBox::Show( sal_Bool bVisible, sal_uInt16 nFlags ) in Show() argument
200 maListBox.Show( bVisible, nFlags ); in Show()
201 maHeaderBar.Show( bVisible, nFlags ); in Show()
460 IconLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& sText,
463 … virtual void Paint(const Point& aPos, SvLBox& aDevice, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
467 IconLBoxString::IconLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& sText, in IconLBoxString() argument
469 : SvLBoxString( pEntry, nFlags, sText ) in IconLBoxString()
/aoo41x/main/vcl/inc/win/
H A Dsalframe.h106 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
115 virtual void ToTop( sal_uInt16 nFlags );
123 virtual void EndExtTextInput( sal_uInt16 nFlags );
/aoo41x/main/vcl/inc/os2/
H A Dsalframe.h118 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, USHORT nFlags );
128 virtual void ToTop( USHORT nFlags );
135 virtual void EndExtTextInput( USHORT nFlags );
/aoo41x/main/oox/inc/oox/xls/
H A Dautofilterbuffer.hxx70 virtual void importBiffRecord( BiffInputStream& rStrm, sal_uInt16 nFlags );
117 virtual void importBiffRecord( BiffInputStream& rStrm, sal_uInt16 nFlags );
166 virtual void importBiffRecord( BiffInputStream& rStrm, sal_uInt16 nFlags );
/aoo41x/main/svtools/source/svhtml/
H A Dhtmlout.cxx437 const sal_uInt32 nFlags = RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE| in lcl_ConvertCharToHTML() local
446 nFlags|RTL_UNICODETOTEXT_FLAGS_FLUSH, in lcl_ConvertCharToHTML()
459 nFlags, in lcl_ConvertCharToHTML()
475 nFlags|RTL_UNICODETOTEXT_FLAGS_FLUSH, in lcl_ConvertCharToHTML()
497 const sal_uInt32 nFlags = RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE| in lcl_FlushToAscii() local
504 cBuffer, TXTCONV_BUFFER_SIZE, nFlags, in lcl_FlushToAscii()
/aoo41x/main/filter/source/config/cache/
H A Dtypedetection.cxx303 sal_Int32 nFlags = 0; in impl_checkResultsAndAddBestFilter() local
304 aFilter[PROPNAME_FLAGS] >>= nFlags; in impl_checkResultsAndAddBestFilter()
306 if ((nFlags & FLAGVAL_IMPORT) == FLAGVAL_IMPORT) in impl_checkResultsAndAddBestFilter()
386 sal_Int32 nFlags = 0; in impl_checkResultsAndAddBestFilter() local
387 aFilter[PROPNAME_FLAGS] >>= nFlags; in impl_checkResultsAndAddBestFilter()
389 if ((nFlags & FLAGVAL_IMPORT) == FLAGVAL_IMPORT) in impl_checkResultsAndAddBestFilter()
/aoo41x/main/sfx2/source/view/
H A Dviewsh.cxx299 SfxViewShell_Impl::SfxViewShell_Impl(sal_uInt16 const nFlags) in SfxViewShell_Impl() argument
303 , m_bCanPrint(SFX_VIEW_CAN_PRINT == (nFlags & SFX_VIEW_CAN_PRINT)) in SfxViewShell_Impl()
305 SFX_VIEW_HAS_PRINTOPTIONS == (nFlags & SFX_VIEW_HAS_PRINTOPTIONS)) in SfxViewShell_Impl()
307 , m_bIsShowView(SFX_VIEW_NO_SHOW != (nFlags & SFX_VIEW_NO_SHOW)) in SfxViewShell_Impl()
332 const sal_Int32 nFlags ) in impl_retrieveFilterNameFromTypeAndModule() argument
356 if ( nFilterFlags & nFlags ) in impl_retrieveFilterNameFromTypeAndModule()
1326 sal_uInt16 nFlags /* siehe <SfxViewShell-Flags> */ in SfxViewShell() argument
1330 , pImp( new SfxViewShell_Impl(nFlags) ) in SfxViewShell()
1335 ,bNoNewWindow( 0 != (nFlags & SFX_VIEW_NO_NEWWINDOW) ) in SfxViewShell()
/aoo41x/main/cui/source/options/
H A Doptfltr.cxx328 pTab->nFlags &= ~nAdjust; in SetTabs()
329 pTab->nFlags |= SV_LBOXTAB_PUSHABLE|SV_LBOXTAB_ADJUST_CENTER|SV_LBOXTAB_FORCE; in SetTabs()
334 pTab->nFlags &= ~nAdjust; in SetTabs()
335 pTab->nFlags |= SV_LBOXTAB_PUSHABLE|SV_LBOXTAB_ADJUST_CENTER|SV_LBOXTAB_FORCE; in SetTabs()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1469 if ( !(nFlags & SAL_FRAME_POSSIZE_X) ) in SetPosSize()
1471 if ( !(nFlags & SAL_FRAME_POSSIZE_Y) ) in SetPosSize()
1473 if ( !(nFlags & SAL_FRAME_POSSIZE_WIDTH) ) in SetPosSize()
1524 if ( nFlags & SAL_FRAME_POSSIZE_X ) in SetPosSize()
1526 if ( nFlags & SAL_FRAME_POSSIZE_Y ) in SetPosSize()
2239 void WinSalFrame::ToTop( sal_uInt16 nFlags ) in ToTop() argument
2248 ImplSalToTop( mhWnd, nFlags ); in ToTop()
5100 WORD nFlags = HIWORD(wParam); in ImplHandleMenuSelect() local
5108 if( nFlags & MF_POPUP ) in ImplHandleMenuSelect()
5130 if( !hMenu && nFlags == 0xFFFF ) in ImplHandleMenuSelect()
[all …]
/aoo41x/main/vcl/unx/headless/
H A Dsvpgdi.hxx152 sal_uInt16 nFlags );
168 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
169 virtual void invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags );
/aoo41x/main/vcl/source/control/
H A Dimgctrl.cxx192 void ImageControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags in Draw() argument
202 if ( !(nFlags & WINDOW_DRAW_NOBORDER) && (GetStyle() & WB_BORDER) ) in Draw()
207 ImplDraw( *pDev, nFlags, aRect.TopLeft(), aRect.GetSize() ); in Draw()
/aoo41x/main/tools/inc/tools/
H A Dpstm.hxx202 sal_uInt32 nFlags; member in SvPersistStream
234 void SetContextFlags( sal_uInt32 n ) { nFlags = n; } in SetContextFlags()
235 sal_uInt32 GetContextFlags() const { return nFlags; } in GetContextFlags()
/aoo41x/main/chart2/source/tools/
H A DMediaDescriptorHelper.cxx37 #define WRITE_PROPERTY( MediaName, nFlags ) \ argument
42 if(nFlags & FLAG_DEPRECATED) \
51 if( nFlags & FLAG_MODEL) \
/aoo41x/main/toolkit/source/awt/
H A Dvclxgraphics.cxx116 void VCLXGraphics::InitOutputDevice( sal_uInt16 nFlags ) in InitOutputDevice() argument
122 if ( nFlags & INITOUTDEV_FONT ) in InitOutputDevice()
129 if ( nFlags & INITOUTDEV_COLORS ) in InitOutputDevice()
135 if ( nFlags & INITOUTDEV_RASTEROP ) in InitOutputDevice()
140 if ( nFlags & INITOUTDEV_CLIPREGION ) in InitOutputDevice()
/aoo41x/main/sc/source/filter/excel/
H A Dxilink.cxx291 sal_uInt16 nFlags; in XclImpExtName() local
294 rStrm >> nFlags >> mnStorageId >> nLen ; in XclImpExtName()
296 if( ::get_flag( nFlags, EXC_EXTN_BUILTIN ) || !::get_flag( nFlags, EXC_EXTN_OLE_OR_DDE ) ) in XclImpExtName()
314 meType = ::get_flagvalue( nFlags, EXC_EXTN_OLE, xlExtOLE, xlExtDDE ); in XclImpExtName()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx124 sal_uInt8 nfc, nFlags, ixchFollow, cbChpx, cbPapx; in Dump_LVL() local
126 *xTableStream >> nStart >> nfc >> nFlags; in Dump_LVL()
298 sal_uInt8 nFlags; in DumpNumList() local
300 *xTableStream >> nFlags; in DumpNumList()
301 } while( 0xFF == nFlags ); in DumpNumList()
305 *xTableStream >> nStartAt >> nFlags; in DumpNumList()
308 if( nFlags & 0x10 ) *pOut << "<Override start>"; in DumpNumList()
310 if( nFlags & 0x30 ) *pOut << endl1; in DumpNumList()
312 if( nFlags & 0x20 ) in DumpNumList()
313 Dump_LVL( nFlags & 0x0F ); in DumpNumList()
[all …]
/aoo41x/main/cui/source/tabpages/
H A Dborder.cxx315 svx::FrameSelFlags nFlags = svx::FRAMESEL_OUTER; in SvxBorderTabPage() local
317 nFlags |= svx::FRAMESEL_INNER_HOR; in SvxBorderTabPage()
319 nFlags |= svx::FRAMESEL_INNER_VER; in SvxBorderTabPage()
321 nFlags |= svx::FRAMESEL_DIAG_TLBR; in SvxBorderTabPage()
323 nFlags |= svx::FRAMESEL_DIAG_BLTR; in SvxBorderTabPage()
325 nFlags |= svx::FRAMESEL_DONTCARE; in SvxBorderTabPage()
326 aFrameSel.Initialize( nFlags ); in SvxBorderTabPage()

Completed in 261 milliseconds

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