| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | PropertyMap.hxx | 126 void SetFootnoteFontId(sal_Int32 nSet) { m_nFootnoteFontId = nSet;} in SetFootnoteFontId() argument 233 void SetBorderParams( sal_Int32 nSet ) { m_nBorderParams = nSet; } in SetBorderParams() argument 245 void SetPageNumber( sal_Int32 nSet ) { m_nPageNumber = nSet; } in SetPageNumber() argument 246 void SetBreakType( sal_Int32 nSet ) { m_nBreakType = nSet; } in SetBreakType() argument 247 void SetPaperBin( sal_Int32 nSet ); 248 void SetFirstPaperBin( sal_Int32 nSet ); 250 void SetLeftMargin( sal_Int32 nSet ) { m_nLeftMargin = nSet; } in SetLeftMargin() argument 251 void SetRightMargin( sal_Int32 nSet ) { m_nRightMargin = nSet; } in SetRightMargin() argument 252 void SetTopMargin( sal_Int32 nSet ) { m_nTopMargin = nSet; } in SetTopMargin() argument 253 void SetBottomMargin( sal_Int32 nSet ) { m_nBottomMargin = nSet; } in SetBottomMargin() argument [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | navicfg.hxx | 50 void SetRootType(sal_Int32 nSet){ in SetRootType() argument 51 if(nRootType != nSet) in SetRootType() 54 nRootType = nSet; in SetRootType() 59 void SetSelectedPos(sal_Int32 nSet){ in SetSelectedPos() argument 60 if(nSelectedPos != nSet) in SetSelectedPos() 63 nSelectedPos = nSet; in SetSelectedPos() 69 void SetOutlineLevel(sal_Int32 nSet){ in SetOutlineLevel() argument 70 if(nOutlineLevel != nSet) in SetOutlineLevel() 73 nOutlineLevel = nSet; in SetOutlineLevel() 78 void SetRegionMode(sal_Int32 nSet){ in SetRegionMode() argument [all …]
|
| H A D | swtablerep.hxx | 57 void SetLeftSpace(SwTwips nSet) {nLeftSpace = nSet;} in SetLeftSpace() argument 60 void SetRightSpace(SwTwips nSet) {nRightSpace = nSet;} in SetRightSpace() argument 63 void SetWidth(SwTwips nSet) {nTblWidth = nSet;} in SetWidth() argument 66 void SetWidthPercent(sal_uInt16 nSet) {nWidthPercent = nSet;} in SetWidthPercent() argument 69 void SetAlign(sal_uInt16 nSet) {nAlign = nSet;} in SetAlign() argument 85 void SetSpace(SwTwips nSet) {nSpace = nSet;} in SetSpace() argument
|
| H A D | toxmgr.hxx | 123 void SetContentOptions(sal_uInt16 nSet) { nContent = nSet;} in SetContentOptions() argument 126 void SetIndexOptions(sal_uInt16 nSet) { nIndexOptions = nSet;} in SetIndexOptions() argument 132 void SetLevel(sal_uInt8 nSet) {nLevel = nSet;} in SetLevel() argument 231 void SetLevel(int nSet) {nLevel = nSet;} in SetLevel() argument
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | numitem.hxx | 85 void SetNumberingType(sal_Int16 nSet) {nNumType = nSet;} in SetNumberingType() argument 201 void SetBulletRelSize(sal_uInt16 nSet) {nBulletRelSize = nSet;} in SetBulletRelSize() argument 203 void SetBulletColor(Color nSet){nBulletColor = nSet;} in SetBulletColor() argument 206 void SetIncludeUpperLevels( sal_uInt8 nSet ) { nInclUpperLevels = nSet;} in SetIncludeUpperLevels() argument 208 void SetStart(sal_uInt16 nSet) {nStart = nSet;} in SetStart() argument 224 void SetLSpace(short nSet) {nLSpace = nSet;} in SetLSpace() argument 228 void SetAbsLSpace(short nSet) {nAbsLSpace = nSet;} in SetAbsLSpace() argument 232 void SetFirstLineOffset(short nSet) { nFirstLineOffset = nSet;} in SetFirstLineOffset() argument 236 void SetCharTextDistance(short nSet) { nCharTextDistance = nSet; } in SetCharTextDistance() argument
|
| /AOO41X/main/svtools/source/config/ |
| H A D | accessibilityoptions.cxx | 101 void SetHelpTipSeconds(sal_Int16 nSet); 103 void SetEdgeBlending(sal_Int16 nSet); 104 void SetListBoxMaximumLineCount(sal_Int16 nSet); 105 void SetColorValueSetColumnCount(sal_Int16 nSet); 523 void SvtAccessibilityOptions_Impl::SetHelpTipSeconds(sal_Int16 nSet) in SetHelpTipSeconds() argument 529 if(xNode.is() && xNode->getPropertyValue(s_sHelpTipSeconds)!=nSet) in SetHelpTipSeconds() 531 xNode->setPropertyValue(s_sHelpTipSeconds, css::uno::makeAny(nSet)); in SetHelpTipSeconds() 626 void SvtAccessibilityOptions_Impl::SetEdgeBlending(sal_Int16 nSet) in SetEdgeBlending() argument 632 if(xNode.is() && xNode->getPropertyValue(s_sEdgeBlending)!=nSet) in SetEdgeBlending() 634 xNode->setPropertyValue(s_sEdgeBlending, css::uno::makeAny(nSet)); in SetEdgeBlending() [all …]
|
| H A D | miscopt.cxx | 186 void SetSymbolsSize( sal_Int16 nSet ); 195 inline void SetSymbolsStyle( sal_Int16 nSet ) in SetSymbolsStyle() argument 196 { ImplSetSymbolsStyle( true, nSet, ::rtl::OUString() ); } in SetSymbolsStyle() 249 void ImplSetSymbolsStyle( bool bValue, sal_Int16 nSet, const ::rtl::OUString &rName ); 490 void SvtMiscOptions_Impl::SetSymbolsSize( sal_Int16 nSet ) in SetSymbolsSize() argument 492 m_nSymbolsSize = nSet; in SetSymbolsSize() 512 void SvtMiscOptions_Impl::ImplSetSymbolsStyle( bool bValue, sal_Int16 nSet, const ::rtl::OUString &… in ImplSetSymbolsStyle() argument 514 if ( ( bValue && ( nSet != GetSymbolsStyle() ) ) || in ImplSetSymbolsStyle() 521 aStyleSettings.SetSymbolsStyle( nSet ); in ImplSetSymbolsStyle() 711 void SvtMiscOptions::SetSymbolsSize( sal_Int16 nSet ) in SetSymbolsSize() argument [all …]
|
| H A D | apearcfg.cxx | 164 void SvtTabAppearanceCfg::SetDragMode ( sal_uInt16 nSet ) in SetDragMode() argument 166 nDragMode = nSet; in SetDragMode() 174 void SvtTabAppearanceCfg::SetScaleFactor ( sal_uInt16 nSet ) in SetScaleFactor() argument 176 nScaleFactor = nSet; in SetScaleFactor() 184 void SvtTabAppearanceCfg::SetSnapMode ( sal_uInt16 nSet ) in SetSnapMode() argument 186 nSnapMode = nSet; in SetSnapMode() 192 void SvtTabAppearanceCfg::SetMiddleMouseButton ( sal_uInt16 nSet ) in SetMiddleMouseButton() argument 194 nMiddleMouse = nSet; in SetMiddleMouseButton()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | optgrid.hxx | 57 void SetFldDrawX( sal_uInt32 nSet){nFldDrawX = nSet;} in SetFldDrawX() argument 58 void SetFldDivisionX(sal_uInt32 nSet){nFldDivisionX = nSet;} in SetFldDivisionX() argument 59 void SetFldDrawY ( sal_uInt32 nSet){nFldDrawY = nSet;} in SetFldDrawY() argument 60 void SetFldDivisionY(sal_uInt32 nSet){nFldDivisionY = nSet;} in SetFldDivisionY() argument 61 void SetFldSnapX( sal_uInt32 nSet){nFldSnapX = nSet;} in SetFldSnapX() argument 62 void SetFldSnapY ( sal_uInt32 nSet){nFldSnapY = nSet;} in SetFldSnapY() argument
|
| /AOO41X/main/sd/source/filter/html/ |
| H A D | buttonset.cxx | 148 bool getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rImage ); 149 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ); 197 bool ButtonSetImpl::getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rIma… in getPreview() argument 199 if( (nSet >= 0) && (nSet < static_cast<int>(maButtons.size()))) in getPreview() 201 ButtonsImpl& rSet = *maButtons[nSet].get(); in getPreview() 248 bool ButtonSetImpl::exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ) in exportButton() argument 250 if( (nSet >= 0) && (nSet < static_cast<int>(maButtons.size()))) in exportButton() 252 ButtonsImpl& rSet = *maButtons[nSet].get(); in exportButton() 296 bool ButtonSet::getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rImage ) in getPreview() argument 298 return mpImpl->getPreview( nSet, rButtons, rImage ); in getPreview() [all …]
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | uiitems.cxx | 180 sal_Int16 nSet = 0; in PutValue() local 181 rVal >>= nSet; in PutValue() 182 if(nSet >= 0) in PutValue() 183 aFtnInfo.SetLineWidth(MM100_TO_TWIP(nSet)); in PutValue() 190 sal_Int8 nSet = 0; in PutValue() local 191 rVal >>= nSet; in PutValue() 192 if(nSet < 0) in PutValue() 195 aFtnInfo.SetWidth(Fraction(nSet, 100)); in PutValue() 200 sal_Int16 nSet = 0; in PutValue() local 201 rVal >>= nSet; in PutValue() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | usrpref.cxx | 225 sal_Int32 nSet = 0; in Load() local 226 pValues[nProp] >>= nSet; in Load() 227 rParent.SetUpdateLinkMode(nSet, sal_True); in Load() 486 sal_Int32 nSet = 0; in Load() local 488 pValues[nProp] >>= nSet; in Load() 494 case 3: aSnap.Width() = MM100_TO_TWIP(nSet); break;// "Resolution/XAxis", in Load() 495 case 4: aSnap.Height() = MM100_TO_TWIP(nSet); break;// "Resolution/YAxis", in Load() 496 case 5: rParent.SetDivisionX((short)nSet); break;// "Subdivision/XAxis", in Load() 497 case 6: rParent.SetDivisionY((short)nSet); break;// "Subdivision/YAxis" in Load() 581 sal_Int32 nSet = 0; in Load() local [all …]
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | optsitem.hxx | 539 …etFldDrawX( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawX() ) { OptionsChanged(); Sv… in SetFldDrawX() argument 540 …isionX( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDivisionX() ) { OptionsChanged(); Sv… in SetFldDivisionX() argument 541 …etFldDrawY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawY() ) { OptionsChanged(); Sv… in SetFldDrawY() argument 542 …isionY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDivisionY() ) { OptionsChanged(); Sv… in SetFldDivisionY() argument 543 …etFldSnapX( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldSnapX() ) { OptionsChanged(); Sv… in SetFldSnapX() argument 544 …etFldSnapY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldSnapY() ) { OptionsChanged(); Sv… in SetFldSnapY() argument
|
| /AOO41X/main/sw/inc/ |
| H A D | modcfg.hxx | 192 void SetTblHMove( sal_uInt16 nSet ) { aTableConfig.nTblHMove = nSet; in SetTblHMove() argument 196 void SetTblVMove( sal_uInt16 nSet ) { aTableConfig.nTblVMove = nSet; in SetTblVMove() argument 200 void SetTblHInsert( sal_uInt16 nSet ) { aTableConfig.nTblHInsert = nSet; in SetTblHInsert() argument 204 void SetTblVInsert( sal_uInt16 nSet ) { aTableConfig.nTblVInsert = nSet; in SetTblVInsert() argument 278 void SetMailingFormats( sal_Int16 nSet ) { aMiscConfig.nMailingFormats = nSet; in SetMailingFormats() argument
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 775 SQLINTEGER nSet; in setResultSetConcurrency() local 777 nSet = SQL_CONCUR_READ_ONLY; in setResultSetConcurrency() 779 nSet = SQL_CONCUR_VALUES; in setResultSetConcurrency() 782 N3SQLSetStmtAttr(m_aStatementHandle, SQL_ATTR_CONCURRENCY,(SQLPOINTER)nSet,SQL_IS_UINTEGER); in setResultSetConcurrency() 794 SQLUINTEGER nSet( SQL_UNSPECIFIED ); in setResultSetType() local 798 nSet = SQL_UNSPECIFIED; in setResultSetType() 801 nSet = SQL_INSENSITIVE; in setResultSetType() 813 nSet = SQL_CURSOR_KEYSET_DRIVEN; in setResultSetType() 820 nSet = SQL_CURSOR_DYNAMIC; in setResultSetType() 824 nSet = SQL_CURSOR_DYNAMIC; in setResultSetType() [all …]
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 760 sal_uInt16 nSet = GetItemId( nLine ); in InsertWindow_Impl() local 761 InsertItem( pDockWin->GetType(), pDockWin, nWinSize, nPos, nSet, nItemBits ); in InsertWindow_Impl() 844 sal_uInt16 nSet = GetSet( pDockWin->GetType() ); in RemoveWindow() local 848 if ( GetItemCount( nSet ) == 1 && GetItemCount( 0 ) == 1 ) in RemoveWindow() 892 if ( nSet && !GetItemCount( nSet ) ) in RemoveWindow() 893 RemoveItem( nSet ); in RemoveWindow() 910 sal_uInt16 nSet = GetSet ( pWindow->GetType() ); in GetWindowPos() local 911 if ( nSet == SPLITWINDOW_ITEM_NOTFOUND ) in GetWindowPos() 914 rPos = GetItemPos( pWindow->GetType(), nSet ); in GetWindowPos() 915 rLine = GetItemPos( nSet ); in GetWindowPos() [all …]
|
| /AOO41X/main/unotools/source/config/ |
| H A D | misccfg.cxx | 83 void SetYear2000( sal_Int32 nSet ); 142 void SfxMiscCfg::SetYear2000( sal_Int32 nSet ) in SetYear2000() argument 144 if(nYear2000 != nSet) in SetYear2000() 146 nYear2000 = nSet; in SetYear2000() 300 void MiscCfg::SetYear2000( sal_Int32 nSet ) in SetYear2000() argument 302 pImpl->SetYear2000( nSet ); in SetYear2000()
|
| /AOO41X/main/sc/source/ui/optdlg/ |
| H A D | tpview.cxx | 527 ScLkUpdMode nSet=LM_ALWAYS; in FillItemSet() local 531 nSet=LM_ON_DEMAND; in FillItemSet() 535 nSet=LM_NEVER; in FillItemSet() 542 pDoc->SetLinkMode(nSet); in FillItemSet() 544 aAppOptions.SetLinkMode(nSet ); in FillItemSet() 631 ScLkUpdMode nSet=LM_UNKNOWN; in Reset() local 635 nSet=pDoc->GetLinkMode(); in Reset() 638 if(nSet==LM_UNKNOWN) in Reset() 641 nSet=aAppOptions.GetLinkMode(); in Reset() 644 switch(nSet) in Reset()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | txmsrt.hxx | 239 void SetStartIndex( xub_StrLen nSet) { nStartIndex = nSet;} in SetStartIndex() 240 void SetEndIndex( xub_StrLen nSet ) { nEndIndex = nSet;} in SetEndIndex() 260 void SetLevel(sal_uInt16 nSet){nLevel = nSet;} in SetLevel()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | new.cxx | 295 void SetTemplateFlags(sal_uInt16 nSet); 555 void SfxNewFileDialog_Impl::SetTemplateFlags(sal_uInt16 nSet) in SetTemplateFlags() argument 557 aTextStyleCB.Check( 0 != (nSet&SFX_LOAD_TEXT_STYLES )); in SetTemplateFlags() 558 aFrameStyleCB.Check( 0 != (nSet&SFX_LOAD_FRAME_STYLES)); in SetTemplateFlags() 559 aPageStyleCB.Check( 0 != (nSet&SFX_LOAD_PAGE_STYLES )); in SetTemplateFlags() 560 aNumStyleCB.Check( 0 != (nSet&SFX_LOAD_NUM_STYLES )); in SetTemplateFlags() 561 aMergeStyleCB.Check( 0 != (nSet&SFX_MERGE_STYLES )); in SetTemplateFlags() 734 void SfxNewFileDialog::SetTemplateFlags(sal_uInt16 nSet) in SetTemplateFlags() argument 736 pImpl->SetTemplateFlags(nSet); in SetTemplateFlags()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | docufld.cxx | 280 sal_Int16 nSet = 0; in PutValue() local 284 rAny >>= nSet; in PutValue() 287 if(nSet <= SVX_NUM_PAGEDESC ) in PutValue() 288 SetFormat(nSet); in PutValue() 295 rAny >>= nSet; in PutValue() 296 nOffset = nSet; in PutValue() 857 sal_Int16 nSet = 0; in PutValue() local 858 rAny >>= nSet; in PutValue() 859 if(nSet <= SVX_NUM_CHARS_LOWER_LETTER_N && in PutValue() 860 nSet != SVX_NUM_CHAR_SPECIAL && in PutValue() [all …]
|
| /AOO41X/main/editeng/source/uno/ |
| H A D | unonrule.cxx | 301 sal_Int16 nSet = sal_Int16(); in setNumberingRuleByIndex() local 302 aVal >>= nSet; in setNumberingRuleByIndex() 305 if ( nSet>=0 ) in setNumberingRuleByIndex() 307 aFmt.SetNumberingType(nSet); in setNumberingRuleByIndex() 331 sal_Int16 nSet = sal_Int16(); in setNumberingRuleByIndex() local 332 if( aVal >>= nSet ) in setNumberingRuleByIndex() 334 if(nSet < 0x100) in setNumberingRuleByIndex() 336 aFmt.SetBulletChar(nSet); in setNumberingRuleByIndex()
|
| /AOO41X/main/sw/source/ui/ribbar/ |
| H A D | workctrl.cxx | 597 sal_uInt16 nSet = pSet->GetCurItemId(); in IMPL_LINK() local 598 if( nSet != NID_PREV && nSet != NID_NEXT ) in IMPL_LINK() 600 SwView::SetMoveType(nSet); in IMPL_LINK() 601 aToolBox.SetItemText(NID_NEXT, sQuickHelp[nSet - NID_START]); in IMPL_LINK() 602 aToolBox.SetItemText(NID_PREV, sQuickHelp[nSet - NID_START + NID_COUNT]); in IMPL_LINK() 603 aInfoField.SetText(aToolBox.GetItemText(nSet)); in IMPL_LINK() 608 aToolBox.CheckItem( nItemId, nItemId == nSet ); in IMPL_LINK() 613 SfxBoolItem aNext(FN_SCROLL_NEXT_PREV, NID_NEXT == nSet); in IMPL_LINK()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | accessibilityoptions.hxx | 82 void SetHelpTipSeconds(sal_Int16 nSet); 86 void SetEdgeBlending(sal_Int16 nSet); 87 void SetListBoxMaximumLineCount(sal_Int16 nSet); 88 void SetColorValueSetColumnCount(sal_Int16 nSet);
|
| H A D | apearcfg.hxx | 75 void SetDragMode ( sal_uInt16 nSet ); 78 void SetScaleFactor ( sal_uInt16 nSet ); 81 void SetSnapMode ( sal_uInt16 nSet ); 84 void SetMiddleMouseButton ( sal_uInt16 nSet );
|