Lines Matching refs:getValue

516 							bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue();  in Add()
523 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in Add()
616 Reference < XIndexReplace > xNumRule(rPropSetHelper.getValue( NUMBERING_RULES_AUTO, in Add()
634 bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in Add()
641 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in Add()
663 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add()
668 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME_AUTO, in Add()
1502 … Reference< XAutoStyleFamily > xAutoStyles = *(Reference<XAutoStyleFamily>*)aAny.getValue(); in collectTextAutoStylesOptimized()
1508 Reference< XAutoStyle > xAutoStyle = *(Reference<XAutoStyle>*)aAny.getValue(); in collectTextAutoStylesOptimized()
1525 Reference< XTextField > xTextField = *(Reference<XTextField>*)aAny.getValue(); in collectTextAutoStylesOptimized()
1603 Reference< XTextSection > xSection = *(Reference<XTextSection>*)aAny.getValue(); in collectTextAutoStylesOptimized()
1621 Reference< XTextTable > xTable = *(Reference<XTextTable>*)aAny.getValue(); in collectTextAutoStylesOptimized()
1655 … bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in collectTextAutoStylesOptimized()
1661 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in collectTextAutoStylesOptimized()
1981 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
1984 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
2017 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2020 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2038 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2042 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2059 rPropSetHelper.getValue( in exportParagraph()
2062 rPropSetHelper.getValue( in exportParagraph()
2067 rPropSetHelper.getValue( in exportParagraph()
2070 rPropSetHelper.getValue( in exportParagraph()
2187 xSection.set(rPropSetHelper.getValue( TEXT_SECTION ), uno::UNO_QUERY); in exportParagraph()
2466 if( *(sal_Bool *)rPropSet->getPropertyValue(sIsCollapsed).getValue() ) in exportTextMark()
2472 nElement = *(sal_Bool *)rPropSet->getPropertyValue(sIsStart).getValue() ? 1 : 2; in exportTextMark()
2625 bSyncWidth = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncWidthToHeight ).getValue(); in addTextFrameAttributes()
2654 bSyncHeight = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncHeightToWidth ).getValue(); in addTextFrameAttributes()
2911 bPixel = *(sal_Bool *)rPropSet->getPropertyValue( sIsPixelContour ).getValue(); in exportContour()
2974 sIsAutomaticContour ).getValue(); in exportContour()
3200 bServerMap = *(sal_Bool *) rPropSet->getPropertyValue( sServerMap ).getValue(); in addHyperlinkAttributes()
3574 if (*(sal_Bool*)rPropSet->getPropertyValue(sIsCollapsed).getValue()) in exportRuby()
3578 sal_Bool bStart = (*(sal_Bool*)rPropSet->getPropertyValue(sIsStart).getValue()); in exportRuby()